rahideer commited on
Commit
caa0d8b
·
verified ·
1 Parent(s): 938e3c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -1,12 +1,7 @@
1
- ---
2
- title: RAG
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: yellow
6
- sdk: streamlit
7
- sdk_version: 1.44.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
+ # 🧠 Medical QA Assistant
 
 
 
 
 
 
 
 
 
2
 
3
+ This is a RAG-based assistant that answers medical questions using PubMed papers. Built for healthcare students and MedBot prototypes.
4
+
5
+ **Dataset:** pubmed_qa
6
+ **Model:** BioBERT + BART
7
+ **Tech:** Streamlit + Hugging Face Spaces