This project uses Google's Gemini AI to predict possible illnesses based on symptoms. It interacts like a doctor by asking follow-up questions to refine the diagnosis.
- Detects possible illnesses from user symptoms.
- Asks relevant medical questions to narrow down the diagnosis.
- Uses Gemini-1.5-Flash for AI-driven predictions.
- Provides concise and informative responses.
- Python 3.7+
google-generativeai
Python package
- Clone the repository:
git clone https://github.com/your-username/illness-predictor.git cd illness-predictor