Health Chatbot is a simple chatbot built using Streamlit and Hugging Face Transformers. It allows users to ask health-related questions and receive accurate answers based on a custom knowledge base (context.txt). No API key, no cloud backend, no setup hassle.
๐ Click here to use Health Chatbot
- ๐ง Uses Hugging Face's
question-answeringpipeline (no API needed) - ๐ Powered by a custom
context.txtwith 15+ real-world health Q&A pairs - ๐ฌ Chat-style interface built with Streamlit
- ๐ Fast and lightweight โ runs on CPU, no GPU required
- ๐ Easy to deploy on Streamlit Cloud
- ๐ No login, API key, or internet model hosting required
| File | Description |
|---|---|
app.py |
Main Streamlit chatbot interface |
context.txt |
Health knowledge base (Q&A style) |
requirements.txt |
Required Python libraries |
git clone https://github.com/RishiY7/Health-Chatbot
cd Health-Chatbot
pip install -r requirements.txt
streamlit run app.py