MDEncoder is a python package, based on Keras and Tensorflow, for dimensionality reduction in molecular simulation data.
- Clone this project into your local path (e.g. /path/to/directory), use the following commands:
cd /path/to/directory
git clone https://github.com/alanklam/MDEncoder.git MDEncoder
- Install the package to your local computer:
cd /path/to/directory/MDEncoder
pip install -e .
Please refer to the Jupyter notebook files under the examples folder in this repository.