Skip to content

Commit 72ad1b2

Browse files
authored
Update README.md
1 parent dc8700c commit 72ad1b2

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
11
# BLAST-SummAIrizer
22

3-
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.
3+
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.
4+
5+
## Run locally
6+
7+
1. Pull the Docker image:
8+
```bash
9+
docker pull astrabert/blast-summaraizer:latest
10+
```
11+
12+
2. Run the imagine:
13+
```bash
14+
docker run -p 7860:7860 astrabert/blast-summaraizer:latest
15+
```
16+
17+
3. The app will pop up on `http://localhost:7860` after 30-60 s.
18+
19+
## Use it online
20+
### Hugging Face demo
21+
22+
Use directly the Hugging Face Space demo that you can find [here](https://huggingface.co/spaces/as-cle-bert/BLAST-SummarAIzer)
23+
24+
### Use GitHub CodeSpaces
25+
26+
Click the `Code<>` green button and then click on `CodeSpaces -> Create CodeSpace on 'main'`.
27+
28+
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.

0 commit comments

Comments
 (0)