An easy-to-use, intuitive chat interface to ease and speed BLAST results interpretation, starting from 16S rRNA local blasting within the Docker container or from a Description Table (CSV) downloaded from online BLAST results.
-
Pull the Docker image:
docker pull astrabert/blast-summaraizer:latest
-
Run the imagine:
docker run -p 7860:7860 astrabert/blast-summaraizer:latest
-
The app will pop up on
http://localhost:7860
after 30-60 s.
Use 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.