Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,14 @@ This chatbot allows you to ask questions about a scientific paper (HER2 breast c
|
|
7 |
- Streamlit for the UI
|
8 |
- Reranking with BAAI bge-reranker-base
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
## How it works
|
11 |
|
12 |
1. The PDF is parsed and split into chunks.
|
@@ -20,3 +28,8 @@ This chatbot allows you to ask questions about a scientific paper (HER2 breast c
|
|
20 |
```bash
|
21 |
pip install -r requirements.txt
|
22 |
streamlit run app.py
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- Streamlit for the UI
|
8 |
- Reranking with BAAI bge-reranker-base
|
9 |
|
10 |
+
## Configuration
|
11 |
+
|
12 |
+
```yaml
|
13 |
+
sdk: streamlit
|
14 |
+
app_file: app.py
|
15 |
+
runtime: python
|
16 |
+
```
|
17 |
+
|
18 |
## How it works
|
19 |
|
20 |
1. The PDF is parsed and split into chunks.
|
|
|
28 |
```bash
|
29 |
pip install -r requirements.txt
|
30 |
streamlit run app.py
|
31 |
+
```
|
32 |
+
|
33 |
+
## Hosted Demo
|
34 |
+
|
35 |
+
👉 Available on Hugging Face Spaces!
|