A Flask-based chatbot application that helps users identify possible diseases based on their symptoms. The chatbot asks users a series of questions regarding their symptoms, and then provides a diagnosis based on the input. It uses a set of predefined symptoms to assess the user's condition and recommend possible diseases along with their cures.
- User-friendly conversational interface to input symptoms.
- Sequential question and answer flow to collect symptom data.
- Disease prediction based on symptoms and their severity.
- Display of possible diseases and recommended cures.
- Ability to collect user's name, age, and health status.
- Flask: Python web framework to build the web application.
- HTML/CSS: For front-end user interface.
- Python