A simple AI-powered Healthcare Assistant Chatbot built using Streamlit, Transformers, and NLTK. This chatbot can respond to basic healthcare-related queries and generate responses using the distilgpt2 model from Hugging Face.
- Responds to healthcare-related queries like symptoms, appointments, and medications.
- Uses
HuggingFace Transformersfor AI-based text generation. - Simple and interactive UI using
Streamlit. - Basic keyword detection for context-aware replies.
- NLP-based tokenization and stopword handling via
NLTK.