Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.18 KB

File metadata and controls

33 lines (26 loc) · 1.18 KB

Multiple Disease Predictor

About

This webapp was developed using Flask Web Framework and was deployed on Heroku server. The models used to predict the diseases were trained on large Datasets. There is a mobile app version of this work is in under construction. Hope you will like it . The webapp can predict following Diseases:

  • Diabetes
  • Breast Cancer
  • Heart Disease
  • Kidney Disease
  • Liver Disease
  • Malaria
  • Pneumonia

Models with their Accuracy of Prediction

Disease Type of Model Accuracy
Diabetes Machine Learning Model 98.25%
Breast Cancer Machine Learning Model 98.25%
Heart Disease Machine Learning Model 85.25%
Kidney Disease Machine Learning Model 99%
Liver Disease Machine Learning Model 78%
Malaria Deep Learning Model(CNN) 96%
Pneumonia Deep Learning Model(CNN) 95%

Steps to run this application in your system

  1. Clone or download the repo.
  2. Open command prompt in the downloaded folder.
  3. Create a virtual environment
  4. Install all the dependencies:
  5. Run the application