Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
-
- Retrieval-Augmented Generation (RAG)
|
7 |
-
- Conversational context
|
8 |
-
- PDF ingestion (Medical_Book.pdf)
|
9 |
|
10 |
-
|
|
|
1 |
+
---
|
2 |
+
title: Medical Chatbot
|
3 |
+
emoji: 🩺
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.25.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
|
12 |
+
# 🩺 Medical Chatbot
|
13 |
|
14 |
+
This chatbot uses a Mistral-based model fine-tuned for medical Q&A, combined with a custom medical PDF knowledge base via LangChain and FAISS.
|
|
|
|
|
|
|
15 |
|
16 |
+
Type your question, adjust generation parameters, and receive a diagnosis or recommendation based on the PDF data!
|