Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
# 🧠 Medical QA Assistant
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
1 |
# 🧠 Medical QA Assistant
|
2 |
|
3 |
+
A Retrieval-Augmented Generation (RAG) app that answers medical questions using research paper snippets from the `pubmed_qa` dataset.
|
4 |
|
5 |
+
- Built with: Streamlit, Hugging Face Transformers, FAISS
|
6 |
+
- Embedding Model: BioBERT via `sentence-transformers`
|
7 |
+
- Generator Model: BART
|
8 |
+
|
9 |
+
Great for medical students or MedBot-style experimentation.
|