This project contains two Python programs:
- AI Illness Detector – A medical chatbot powered by Google Gemini AI that predicts illnesses from symptoms, provides home remedies, and asks follow-up questions like a doctor.
- Study Timer with ASCII Art – A countdown timer that visually displays time using ASCII art and alerts users when their study session ends.
- ✅ Predicts possible illnesses based on symptoms.
- ✅ Requests at least three symptoms for accuracy.
- ✅ Asks follow-up questions to refine the diagnosis.
- ✅ Provides home remedies and first aid tips.
- ✅ Uses Google Gemini AI for medical responses.
- ✅ Customizable color interface using
rich
.
- ✅ Accepts study duration in minutes.
- ✅ Displays real-time ASCII countdown using
art
. - ✅ Alerts users when time is up with pyfiglet.
- ✅ Supports continuous study sessions.
- Python 3.7+
- Required Packages:
pip install google-generativeai rich art pyfiglet colorama