Baldezo313 commited on
Commit
ccf157c
·
verified ·
1 Parent(s): d5fd2c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -1,10 +1,16 @@
1
- # 🩺 Medical Chatbot using Mistral LLM
 
 
 
 
 
 
 
 
 
2
 
3
- A medical assistant chatbot using LangChain, FAISS, HuggingFace LoRA model, and Gradio.
4
 
5
- ## Features
6
- - Retrieval-Augmented Generation (RAG)
7
- - Conversational context
8
- - PDF ingestion (Medical_Book.pdf)
9
 
10
- Built and deployed by Mamadou Saidou Baldé.
 
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!