Predict the whole sequence and 3D structure of masked protein sequences with ESM by Evolutionary 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.git
cd proteins-w-esm- Rename
.env.exampleto.envand modify it with your Hugging Face access token (readorwritepermissions,fine-grainedis 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:latestUse directly the Hugging Face Space demo that you can find here.
Click the <> Code green button and then click on CodeSpaces -> 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.