Skip to content

imranq2/protein_predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pr# ESM3 Predictor

This is a FastAPI application that allows users to input a protein sequence and receive a predicted sequence along with a downloadable .pdb file.

Setup

  1. Install the dependencies using Pipenv:

    pipenv install
  2. Run the FastAPI application:

    uvicorn app.main:app --reload

Docker

To build and run the Docker container:

docker build -t esm3_predictor .
docker run -d -p 8000:8000 esm3_predictor
otein_predictor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published