Pre-release of adventml: advanced optimal enzyme temperature prediction. Models and pipeline will be added soon, keep an eye out!
Welcome to AdventML!
- Accurate Predictions: Utilizes advanced machine learning models to predict enzyme temperatures.
- Flexible Input Methods: Supports uploading FASTA files or entering sequences manually.
- Multiple Embedding Types: Choose between
esm1b
andProtTransT5XLU50
embeddings. - GPU Acceleration: Option to leverage GPU for faster computations.
- User-Friendly Interface: Accessible via command line or an intuitive Streamlit web app.
Before getting started, ensure you have the following installed on your system:
- Conda: Download and install Conda if you haven't already.
- Git: To clone the repository. Download Git if needed.
- CUDA (Optional): If you plan to use GPU acceleration, ensure CUDA is installed and properly configured.
Follow the steps below to set up your AdventML environment and install the necessary dependencies.
This method ensures reproducibility by installing exact package versions.
-
Clone the Repository
git clone https://github.com/LegallyOverworked/prerelease_adventml.git cd prerelease_adventml