Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🩺 MedicalChatBot - Hugging Face Space
|
| 2 |
|
| 3 |
An open-source medical assistant chatbot trained on multiple curated datasets including MedQuAD, PubMedQA, and custom instruction-based datasets. The chatbot is designed to answer a wide range of medical and health-related questions accurately and reliably.
|
|
@@ -44,4 +51,4 @@ The following packages are used in this Space:
|
|
| 44 |
|
| 45 |
```bash
|
| 46 |
pip install transformers gradio
|
| 47 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
sdk: gradio
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: gray
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
# 🩺 MedicalChatBot - Hugging Face Space
|
| 9 |
|
| 10 |
An open-source medical assistant chatbot trained on multiple curated datasets including MedQuAD, PubMedQA, and custom instruction-based datasets. The chatbot is designed to answer a wide range of medical and health-related questions accurately and reliably.
|
|
|
|
| 51 |
|
| 52 |
```bash
|
| 53 |
pip install transformers gradio
|
| 54 |
+
```
|