ESM-Stream is a Streamlit app designed for Protein Structure Prediction using Deep Learning with ESMFold. ESMFold is a powerful protein structure predictor based on the ESM-2 language model. For detailed technical insights, you can refer to the research article and the informative news article published in Nature.
To run the ESM-Stream app, follow these steps:
- Clone the Repository:
git clone https://github.com/jaywyawhare/ESM-Stream.git
cd ESM-Stream
- Set Up Your Environment:
Ensure you have the required dependencies and environment set up as mentioned in the project's documentation.
- Running the Streamlit App:
Run the Streamlit app with the following command:
streamlit run app.py
- Using the App:
Once the app is running, open it in your web browser. You can then interact with the app to predict protein structures based on input sequences.
Here's an example of using the ESMFold Streamlit app:
- Run the Streamlit app as described in the usage section.
- Open the app in your web browser.
- Input your protein sequence.
- Click the "Predict" button to generate the protein structure prediction.