Skip to content

A Flask-based chatbot application that helps users identify possible diseases based on their symptoms.

Notifications You must be signed in to change notification settings

CookieDarb/MedAi

 
 

Repository files navigation

MedAi

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.

Features

  • 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.

Technologies Used

  • Flask: Python web framework to build the web application.
  • HTML/CSS: For front-end user interface.
  • Python

About

A Flask-based chatbot application that helps users identify possible diseases based on their symptoms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.1%
  • HTML 9.1%
  • CSS 8.8%