A demo application that uses Protein Languages models to visualize secondary and tertiary structure prediction results
- Install dependencies using
pip install requirements.txt
- Download fine-tuned models (ask the authors of this repository) and update paths
- Run the application inside the downloaded repository
streamlit run app.py
docker build . -t "app:v1"
docker run -p 8501:8501 "app:v1"