# 🧠 Medical QA Assistant | |
A Retrieval-Augmented Generation (RAG) app that answers medical questions using research paper snippets from the `pubmed_qa` dataset. | |
- Built with: Streamlit, Hugging Face Transformers, FAISS | |
- Embedding Model: BioBERT via `sentence-transformers` | |
- Generator Model: BART | |
Great for medical students or MedBot-style experimentation. | |