This is an AI-powered Medical Assistant Chatbot that predicts possible illnesses based on symptoms provided by the user. It interacts conversationally, asking follow-up questions to refine the diagnosis. The chatbot is powered by Google's Gemini AI and features a typing effect for a more engaging experience.
- Accepts user symptoms and predicts possible illnesses.
- Asks relevant follow-up questions to refine the diagnosis.
- Uses Google Gemini AI for intelligent medical responses.
- Includes a typing effect for better user experience.
- Supports real-time conversation with an option to exit anytime.
- Python 3.7+
google-generativeai
Python packagecolorama
for colored text output
- Clone the repository:
git clone https://github.com/your-username/medical-chatbot.git cd medical-chatbot