- Notifications
You must be signed in to change notification settings - Fork0
Predict the whole sequence and 3D structure of masked protein sequences with ESM by@evolutionaryscale
License
NotificationsYou must be signed in to change notification settings
AstraBert/proteins-w-esm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Predict the whole sequence and 3D structure of masked protein sequences withESM byEvolutionary Scale.
The predictions are computationally-intense, you should have at least 16GB RAM and 4 core CPU
- Clone this repository:
git clone https://github.com/AstraBert/proteins-w-esm.gitcd proteins-w-esm
- Rename
.env.example
to.env
and modify it with your Hugging Face access token (read
orwrite
permissions,fine-grained
is nut supported) - Launch the application and wait for it to load on
http://localhost:7860
python3 app.py
- Pull Docker image
docker pull astrabert/proteinswithesm:latest
- Run the image and wait for it to load on
http://localhost:7860
:
docker run -p 7860:7860 astrabert/proteinswithesm:latest
Use directly the Hugging Face Space demo that you can findhere.
Click the<> Code
green button and then click onCodeSpaces -> Create CodeSpace on 'main'
.
You should be redirected to a VSCode-based space connected to the port on which the app runs, directly accessible under the "Ports" section of the VSCode interface.
About
Predict the whole sequence and 3D structure of masked protein sequences with ESM by@evolutionaryscale
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published