Skip to content

It will ask various set of question about how user is feeling and give appropriate feedback.

Notifications You must be signed in to change notification settings

tripathi789308/Diagnosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diagnosis - A simple disease predictor machine

It will ask various set of question about how user is feeling and give appropriate feedback.

Build in Python environment using tkinter library. A very basic program to predict one's Diseases using Symptoms that one is feeling.

It will prompt four Options to every question, user has the freedom to choose any one or more of the options that will help the program to predict next question or the disease one is suffering from. I coded every possiblity that one can feed and make the program to decide what to do next.

It was just a try to achieve that was in my mind, feel free to give any feedback.

Disease Predictor App

Welcome to the Disease Predictor App! This Python application, built using Tkinter, allows users to predict diseases based on symptoms using a curated dataset. With a user-friendly interface, this app is designed to provide preliminary insights into potential health conditions.

Features

  • Predict diseases based on user-entered symptoms.
  • Utilizes a curated dataset for accurate predictions.
  • Simple and intuitive Tkinter GUI for easy interaction.
  • Provides preliminary information; not a substitute for professional medical advice.

Technologies Used

  • Python: Core programming language for app logic.
  • Tkinter: GUI framework for creating the user interface.
  • Pandas: Data manipulation for handling the dataset.
  • Machine Learning (ML): Utilizes a pre-trained model for predictions.

How to Run

  1. Clone this repository using git clone https://github.com/tripathi789308/Diagnosis.git
  2. Navigate to the project directory: cd Diagnosis
  3. Install required dependencies: pip install tk (if not already installed)
  4. Run the app: python main.py
  5. Follow the on-screen instructions to enter symptoms and get disease predictions.

Screenshots

image image image

Usage

  1. Launch the app and enter the symptoms you're experiencing.
  2. Click the "Predict" button to receive disease predictions.
  3. The app will provide a list of potential diseases based on the symptoms.
  4. Please note that this app is for informative purposes only and not a substitute for professional medical advice.

About

It will ask various set of question about how user is feeling and give appropriate feedback.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages