Thursday 21 January 2021

Multiple Disease Prediction using Machine Learning


Buy Now ₹1501

Multiple Disease Prediction using Machine Learning . This Web App was developed using Python Flask Web Framework . The models won’t to predict the diseases were trained on large Datasets. All the links for datasets and therefore the python notebooks used for model creation are mentioned below during this readme. The WebApp can predict following Diseases:

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

Models with their Accuracy of Prediction

DiseaseType of ModelAccuracy
DiabetesMachine Learning Model98.25%
Breast CancerMachine Learning Model98.25%
Heart DiseaseMachine Learning Model85.25%
Kidney DiseaseMachine Learning Model99%
Liver DiseaseMachine Learning Model78%
MalariaDeep Learning Model(CNN)96%
PneumoniaDeep Learning Model(CNN)95%

 

Steps to run the WebApp in local Computer

Step-1: Download the files in the repository.
Step-2: Get into the downloaded folder, open command prompt in that directory and install all the dependencies using following command

pip install -r requirements.txt

Step-3: After successfull installation of all the dependencies, run the following command

python app.py

Dataset Links

All the datasets were used from kaggle.

Buy Now ₹1501

No comments:

Post a Comment