This is a FastAPI application that allows users to input a protein sequence and receive a predicted sequence along with a downloadable .pdb file.
-
Install the dependencies using Pipenv:
pipenv install
-
Run the FastAPI application:
uvicorn app.main:app --reload
To build and run the Docker container:
docker build -t esm3_predictor .
docker run -d -p 8000:8000 esm3_predictor
otein_predictor