SlideShare a Scribd company logo
Project Review-0
on
MULTIPLE DISEASE PREDICTION SYSTEM
by
Lohiith Dinesh Ramiya (RA1911043010051)
G .Lakshmi Reethika(RA1911043010053)
A.S.Raghavendra (RA1911043010065)
Under the guidance of
Dr.S.Murugaveni
Assistant Professor, Departmentof ECE
Flow of Presentation
Abstract
Motivation
Literature Review
Objectives
Design Methodology / Approach
Project Plan
Requirements and Proposed Budget
Project Deliverables
Conclusion
References
Abstract
• Many of the existing machine learning models for health care analysis are concentrating
on one disease per analysis. Like one analysis if for diabetes analysis, one for cancer
analysis, one for skin diseases like that.
• There is no common system where one analysis can perform more than one disease
prediction. In this project proposing a system which used to predict multiple diseases by
using StreamLit API.
• In this project used to analyse Diabetes analysis, Heart disease and Parkinson’s analysis.
Later other diseases like skin diseases, fever analysis and many more diseases can be
included.
• To implement multiple disease analysis used machine learning algorithms, tensorflow and
StreamLit API. Python pickling is used to save the model behaviour and python
unpickling is used to load the pickle file whenever required.
Motivation
• There are multiple techniques in machine learning that can in a variety of industries,
do predictive analytics on large amounts of data. Predictive analytics in healthcare is
a difficult endeavour, but it can eventually assist practitioners in making timely
decisions regarding patients' health and treatment based on massive data.
• Diseases like Breast cancer, diabetes, and heart-related diseases are causing many
deaths globally but most of these deaths are due to the lack of timely check-ups of the
diseases. The above problem occurs due to a lack of medical infrastructure and a low
ratio of doctors to the population.
• This Prediction System, using various parameters helps to overcome the above
problem of lack of medical infrastructure and a low ratio of doctors to population.
• It acts as an immediate disease detector helping the doctors to treat the patient as
early as possible.
Literature Review
AUTHORS, TITLE, JOURNAL INFERENCE PARAMETER
Multi Disease Prediction Model by
using Machine Learning and Flask API
Author
Akkem Yaganteeswarudu
• Multi disease prediction model is used
to predict multiple diseases at a time.
• Here based on the user input disease
will be predicted.
• The choice will be given to user. If the
user want to predict particular disease
or if the user don't enter any disease
type then based on user entered inputs
corresponding disease model will be
invoked and predicted.
∙ parameters like :
∙ age, sex, bmi, insulin, glucose, blood pressure,
diabetes pedigree function, pregnancies,
considered in addition to age, sex, bmi,
insulin, glucose, blood pressure, diabetes
pedigree function, pregnancies are used
∙ Naive Bayes, Decision Tree, Random Forest is
used
Multiple Disease Prediction System
Author
Ankush Singh, Ashish Yadav, Saloni
Shah,Prof. Renuka Nagpure
• The main objective of this project was
to create a system that would predict
more than one disease and do so with
high accuracy.
• Because of this project the user doesn’t
need to traverse different websites
which saves time as well.
• Diseases if predicted early can
increase your life expectancy as well as
save you from financial troubles.
For the prediction the authors have used various
machine learning algorithms like
• Random Forest
• XGBoost
• K nearest neighbor (KNN) to achieve maximum
accuracy.
Literature Review
AUTHORS, TITLE, JOURNAL INFERENCE PARAMETER
Multi Disease Prediction
System
Author
K.M. Al-Aidaroos, A.A. Bakar, and Z. Othman
• For this study, the authors compared
Nave Baeyes to five other classifiers:
LR, KStar (K*), Decision Tree (DT),
Neural Network (NN), and a basic rule-
based algorithm (ZeroR).
• In the experiment, NB outperformed the
other algorithms in 8 of the 15 data
sets, leading to the conclusion that the
predictive accuracy results in Nave
Baeyes are superior to other
techniques.
∙ The criteria used in this study were age,
sex, smoking, being overweight, drinking
alcohol, blood sugar, heart rate, and blood
pressure. The risk level for various
parameters is saved with their ids ranging
from 1 to 100.
Diabetes Prediction using
Machine Learning
Techniques
Author
N. Joshi ,K.VijiyaKumar
• The proposed model gives the best
results for diabetic prediction and the
result showed that the prediction
system is capable of predicting the
diabetes disease effectively, efficiently
and most importantly, instantly.
• This project proposes an effective
technique for earlier detection of the
diabetes disease.
● The proposed approach uses various
classification and ensemble learning
method in which SVM, Knn, Random
Forest, Decision Tree, Logistic
Regression and Gradient Boosting
classifiers are used
Objectives
• The objective is to build a multi disease prediction system which will use real time
parameter such as glucose level, blood pressure value, Insulin level, BMI value to
predict the type of disease that person would likely be suffering at that particular point of
time.
• The model will learn the health conditions of a person, not only this, it will also learn
about the internal body parameters and will predict if the person is diseased according to
the features uploaded to the model.
• This will help to save person time as the model will learn the person’s body conditions
and will predict the if the person’s health is fine or not.
• The prediction system can also be used as a backend technologies and in other social
media app as a link to recommend the web application to the user
Design Methodology
• Dataset Collection (Real time data)
• Data Cleaning
• Data Preprocessing
1)Missing Values removal
2)Splitting of data
• Apply Machine Learning Algorithm
• Improving the accuracy
• Deploying the model as Web App
Project Plan
• Our plan is to collect the real parameters through various sources convert it into excel
sheet/csv file according to the parameters we have mentioned earlier.We can also
collect the data from various sites such as Kaggle, Saarbruecken etc.
• This will create our traning data set after which we will apply various data cleaning
methods to clean the data,after which we will process our data with the help of data
preprocessing methods.
• When the data is cleaned and processed we will train the data with help of various
Machine learning as well as Deep leaning algorithm and will choose the best performing
algorithm with high accuracy.
• When we will get the algorithm we will try to improve its accuracy by reducing the
errors and processing the data more.
• We will try to make and user iterface once the model starts predicting the data
accurately and deploy the model through User-Interface so that it can be used by
anyone.
Project Timeline
Review 1 Diabetes disease detection model to be shown for the
first review.
Review 2 Heart disease detection and Parkinson’s detection
model to be shown for the second review. The front
end to the web app is also shown.
Review 3 The fully functioning webapp to be presented for the
final review.
Requirements and Proposed Budget
As we are doing a machine learning based project so we will be using the free software's
only like Jupiter notebook, google colab and python and python libraries. All of these
requirements are free of cost and can be developed by just having a desktop/laptop.
Since We are using Open source software's there is no budget for this project
Project Deliverables
• Predict if the person is suffering from the particular disease.
• Input real-time parameters like glucose level, blood pressure value, Insulin level, BMI
value
• Analyse the parameters input by the user.
• Based on the parameters and body values we predict if the person is diseased.
• Develop the front end user interface to take input and predict.
Conclusion
The proposed work brings diabetes, heart disease, and Parkinson’s under
a single platform by deploying the trained models using the StreamLit
API framework which is a lightweight framework. Three classification
algorithms are used for training the models, in which the Support Vector
Machine gave good accuracy values for the disease prediction of diabetes
and Parkinson’s and Logistic Regression for the disease prediction of
heart disease.In the future, we can expand this work by adding more
diseases that are trained by machine learning models and also can include
the disease that involves deep learning models.
References
• [1] Naveen Kishore G,V .Rajesh ,A.Vamsi Akki Reddy, K.Sumedh,T.rajesh Sai Reddy, ”Prediction Of Diabetes Using
Machine Learning Classification Algorithms”.
• [2] Gavin Pinto, Sunil Jangid, Radhika Desai, ”Understanding the Lifestyle of people to identify the reasons of Diabetes
using data mining”.
• [3] M.Marimuthu ,S.Deivarani ,R.Gayatri, “Analysis of Heart Disease Prediction using Machine Learning Techniques”.
• [4] Purushottam, Richa Sharma ,Dr. Kanak Saxena, ”Efficient Heart Disease Prediction System”.
• [5] Adil Hussain She, Dr. Pawan Kumar Chaurasia,” A Review on Heart Disease Prediction using Machine Learning
Techniques”.

More Related Content

Similar to Zeroth review major project (1).pptx

mQoL: Mobile Quality of Life Lab: From Behavior Change to QoL
mQoL: Mobile Quality of Life Lab: From Behavior Change to QoLmQoL: Mobile Quality of Life Lab: From Behavior Change to QoL
mQoL: Mobile Quality of Life Lab: From Behavior Change to QoL
Katarzyna Wac & The QoL Lab
 
360364350 expert-system-to-suggest-a-natural-drink-to-1
360364350 expert-system-to-suggest-a-natural-drink-to-1360364350 expert-system-to-suggest-a-natural-drink-to-1
360364350 expert-system-to-suggest-a-natural-drink-to-1
Girmachew Tilahun
 
Cri big data
Cri big dataCri big data
Cri big data
Putchong Uthayopas
 
Final_Presentation.pptx
Final_Presentation.pptxFinal_Presentation.pptx
Final_Presentation.pptx
SudeekshaKoricherla
 
Disease Prediction And Doctor Appointment system
Disease Prediction And Doctor Appointment  systemDisease Prediction And Doctor Appointment  system
Disease Prediction And Doctor Appointment system
KOYELMAJUMDAR1
 
Early stage of diabetics prediction using machine learnin
Early stage of diabetics prediction using machine learninEarly stage of diabetics prediction using machine learnin
Early stage of diabetics prediction using machine learnin
VinothVinoth618840
 
Presentation pentackles (2).pptx
Presentation pentackles (2).pptxPresentation pentackles (2).pptx
Presentation pentackles (2).pptx
AyushJaiswal513854
 
Diabetes Prediction Using ML
Diabetes Prediction Using MLDiabetes Prediction Using ML
Diabetes Prediction Using ML
IRJET Journal
 
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
ijdms
 
A Neural Network Based Diabetes Prediction on Imbalance Dataset.pptx
A Neural Network Based Diabetes Prediction on Imbalance Dataset.pptxA Neural Network Based Diabetes Prediction on Imbalance Dataset.pptx
A Neural Network Based Diabetes Prediction on Imbalance Dataset.pptx
shivani28yadav
 
HealMe_minor_project.pptx
HealMe_minor_project.pptxHealMe_minor_project.pptx
HealMe_minor_project.pptx
Bangtangurl
 
ML In Predicting Diabetes In The Early Stage
ML In Predicting Diabetes In The Early StageML In Predicting Diabetes In The Early Stage
ML In Predicting Diabetes In The Early Stage
IRJET Journal
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
Ashish Salve
 
Data Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryData Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare Industry
Dinesh V
 
heart disease predction using machiine learning
heart disease predction using machiine learningheart disease predction using machiine learning
heart disease predction using machiine learning
PODILAPRAVALLIKA0576
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
Ashish Salve
 
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNINGDIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
IRJET Journal
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
IRJET Journal
 
heart final last sem.pptx
heart final last sem.pptxheart final last sem.pptx
heart final last sem.pptx
rakshashadu
 

Similar to Zeroth review major project (1).pptx (20)

mQoL: Mobile Quality of Life Lab: From Behavior Change to QoL
mQoL: Mobile Quality of Life Lab: From Behavior Change to QoLmQoL: Mobile Quality of Life Lab: From Behavior Change to QoL
mQoL: Mobile Quality of Life Lab: From Behavior Change to QoL
 
360364350 expert-system-to-suggest-a-natural-drink-to-1
360364350 expert-system-to-suggest-a-natural-drink-to-1360364350 expert-system-to-suggest-a-natural-drink-to-1
360364350 expert-system-to-suggest-a-natural-drink-to-1
 
Cri big data
Cri big dataCri big data
Cri big data
 
Final_Presentation.pptx
Final_Presentation.pptxFinal_Presentation.pptx
Final_Presentation.pptx
 
Disease Prediction And Doctor Appointment system
Disease Prediction And Doctor Appointment  systemDisease Prediction And Doctor Appointment  system
Disease Prediction And Doctor Appointment system
 
Early stage of diabetics prediction using machine learnin
Early stage of diabetics prediction using machine learninEarly stage of diabetics prediction using machine learnin
Early stage of diabetics prediction using machine learnin
 
Presentation pentackles (2).pptx
Presentation pentackles (2).pptxPresentation pentackles (2).pptx
Presentation pentackles (2).pptx
 
Diabetes Prediction Using ML
Diabetes Prediction Using MLDiabetes Prediction Using ML
Diabetes Prediction Using ML
 
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
PERFORMANCE OF DATA MINING TECHNIQUES TO PREDICT IN HEALTHCARE CASE STUDY: CH...
 
vaagdevi paper.pdf
vaagdevi paper.pdfvaagdevi paper.pdf
vaagdevi paper.pdf
 
A Neural Network Based Diabetes Prediction on Imbalance Dataset.pptx
A Neural Network Based Diabetes Prediction on Imbalance Dataset.pptxA Neural Network Based Diabetes Prediction on Imbalance Dataset.pptx
A Neural Network Based Diabetes Prediction on Imbalance Dataset.pptx
 
HealMe_minor_project.pptx
HealMe_minor_project.pptxHealMe_minor_project.pptx
HealMe_minor_project.pptx
 
ML In Predicting Diabetes In The Early Stage
ML In Predicting Diabetes In The Early StageML In Predicting Diabetes In The Early Stage
ML In Predicting Diabetes In The Early Stage
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
 
Data Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare IndustryData Science Deep Roots in Healthcare Industry
Data Science Deep Roots in Healthcare Industry
 
heart disease predction using machiine learning
heart disease predction using machiine learningheart disease predction using machiine learning
heart disease predction using machiine learning
 
HEALTH PREDICTION ANALYSIS USING DATA MINING
HEALTH PREDICTION ANALYSIS USING DATA  MININGHEALTH PREDICTION ANALYSIS USING DATA  MINING
HEALTH PREDICTION ANALYSIS USING DATA MINING
 
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNINGDIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
DIABETES PROGNOSTICATION UTILIZING MACHINE LEARNING
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
 
heart final last sem.pptx
heart final last sem.pptxheart final last sem.pptx
heart final last sem.pptx
 

Recently uploaded

ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 

Recently uploaded (20)

ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 

Zeroth review major project (1).pptx

  • 1. Project Review-0 on MULTIPLE DISEASE PREDICTION SYSTEM by Lohiith Dinesh Ramiya (RA1911043010051) G .Lakshmi Reethika(RA1911043010053) A.S.Raghavendra (RA1911043010065) Under the guidance of Dr.S.Murugaveni Assistant Professor, Departmentof ECE
  • 2. Flow of Presentation Abstract Motivation Literature Review Objectives Design Methodology / Approach Project Plan Requirements and Proposed Budget Project Deliverables Conclusion References
  • 3. Abstract • Many of the existing machine learning models for health care analysis are concentrating on one disease per analysis. Like one analysis if for diabetes analysis, one for cancer analysis, one for skin diseases like that. • There is no common system where one analysis can perform more than one disease prediction. In this project proposing a system which used to predict multiple diseases by using StreamLit API. • In this project used to analyse Diabetes analysis, Heart disease and Parkinson’s analysis. Later other diseases like skin diseases, fever analysis and many more diseases can be included. • To implement multiple disease analysis used machine learning algorithms, tensorflow and StreamLit API. Python pickling is used to save the model behaviour and python unpickling is used to load the pickle file whenever required.
  • 4. Motivation • There are multiple techniques in machine learning that can in a variety of industries, do predictive analytics on large amounts of data. Predictive analytics in healthcare is a difficult endeavour, but it can eventually assist practitioners in making timely decisions regarding patients' health and treatment based on massive data. • Diseases like Breast cancer, diabetes, and heart-related diseases are causing many deaths globally but most of these deaths are due to the lack of timely check-ups of the diseases. The above problem occurs due to a lack of medical infrastructure and a low ratio of doctors to the population. • This Prediction System, using various parameters helps to overcome the above problem of lack of medical infrastructure and a low ratio of doctors to population. • It acts as an immediate disease detector helping the doctors to treat the patient as early as possible.
  • 5. Literature Review AUTHORS, TITLE, JOURNAL INFERENCE PARAMETER Multi Disease Prediction Model by using Machine Learning and Flask API Author Akkem Yaganteeswarudu • Multi disease prediction model is used to predict multiple diseases at a time. • Here based on the user input disease will be predicted. • The choice will be given to user. If the user want to predict particular disease or if the user don't enter any disease type then based on user entered inputs corresponding disease model will be invoked and predicted. ∙ parameters like : ∙ age, sex, bmi, insulin, glucose, blood pressure, diabetes pedigree function, pregnancies, considered in addition to age, sex, bmi, insulin, glucose, blood pressure, diabetes pedigree function, pregnancies are used ∙ Naive Bayes, Decision Tree, Random Forest is used Multiple Disease Prediction System Author Ankush Singh, Ashish Yadav, Saloni Shah,Prof. Renuka Nagpure • The main objective of this project was to create a system that would predict more than one disease and do so with high accuracy. • Because of this project the user doesn’t need to traverse different websites which saves time as well. • Diseases if predicted early can increase your life expectancy as well as save you from financial troubles. For the prediction the authors have used various machine learning algorithms like • Random Forest • XGBoost • K nearest neighbor (KNN) to achieve maximum accuracy.
  • 6. Literature Review AUTHORS, TITLE, JOURNAL INFERENCE PARAMETER Multi Disease Prediction System Author K.M. Al-Aidaroos, A.A. Bakar, and Z. Othman • For this study, the authors compared Nave Baeyes to five other classifiers: LR, KStar (K*), Decision Tree (DT), Neural Network (NN), and a basic rule- based algorithm (ZeroR). • In the experiment, NB outperformed the other algorithms in 8 of the 15 data sets, leading to the conclusion that the predictive accuracy results in Nave Baeyes are superior to other techniques. ∙ The criteria used in this study were age, sex, smoking, being overweight, drinking alcohol, blood sugar, heart rate, and blood pressure. The risk level for various parameters is saved with their ids ranging from 1 to 100. Diabetes Prediction using Machine Learning Techniques Author N. Joshi ,K.VijiyaKumar • The proposed model gives the best results for diabetic prediction and the result showed that the prediction system is capable of predicting the diabetes disease effectively, efficiently and most importantly, instantly. • This project proposes an effective technique for earlier detection of the diabetes disease. ● The proposed approach uses various classification and ensemble learning method in which SVM, Knn, Random Forest, Decision Tree, Logistic Regression and Gradient Boosting classifiers are used
  • 7. Objectives • The objective is to build a multi disease prediction system which will use real time parameter such as glucose level, blood pressure value, Insulin level, BMI value to predict the type of disease that person would likely be suffering at that particular point of time. • The model will learn the health conditions of a person, not only this, it will also learn about the internal body parameters and will predict if the person is diseased according to the features uploaded to the model. • This will help to save person time as the model will learn the person’s body conditions and will predict the if the person’s health is fine or not. • The prediction system can also be used as a backend technologies and in other social media app as a link to recommend the web application to the user
  • 8. Design Methodology • Dataset Collection (Real time data) • Data Cleaning • Data Preprocessing 1)Missing Values removal 2)Splitting of data • Apply Machine Learning Algorithm • Improving the accuracy • Deploying the model as Web App
  • 9. Project Plan • Our plan is to collect the real parameters through various sources convert it into excel sheet/csv file according to the parameters we have mentioned earlier.We can also collect the data from various sites such as Kaggle, Saarbruecken etc. • This will create our traning data set after which we will apply various data cleaning methods to clean the data,after which we will process our data with the help of data preprocessing methods. • When the data is cleaned and processed we will train the data with help of various Machine learning as well as Deep leaning algorithm and will choose the best performing algorithm with high accuracy. • When we will get the algorithm we will try to improve its accuracy by reducing the errors and processing the data more. • We will try to make and user iterface once the model starts predicting the data accurately and deploy the model through User-Interface so that it can be used by anyone.
  • 10. Project Timeline Review 1 Diabetes disease detection model to be shown for the first review. Review 2 Heart disease detection and Parkinson’s detection model to be shown for the second review. The front end to the web app is also shown. Review 3 The fully functioning webapp to be presented for the final review.
  • 11. Requirements and Proposed Budget As we are doing a machine learning based project so we will be using the free software's only like Jupiter notebook, google colab and python and python libraries. All of these requirements are free of cost and can be developed by just having a desktop/laptop. Since We are using Open source software's there is no budget for this project
  • 12. Project Deliverables • Predict if the person is suffering from the particular disease. • Input real-time parameters like glucose level, blood pressure value, Insulin level, BMI value • Analyse the parameters input by the user. • Based on the parameters and body values we predict if the person is diseased. • Develop the front end user interface to take input and predict.
  • 13. Conclusion The proposed work brings diabetes, heart disease, and Parkinson’s under a single platform by deploying the trained models using the StreamLit API framework which is a lightweight framework. Three classification algorithms are used for training the models, in which the Support Vector Machine gave good accuracy values for the disease prediction of diabetes and Parkinson’s and Logistic Regression for the disease prediction of heart disease.In the future, we can expand this work by adding more diseases that are trained by machine learning models and also can include the disease that involves deep learning models.
  • 14. References • [1] Naveen Kishore G,V .Rajesh ,A.Vamsi Akki Reddy, K.Sumedh,T.rajesh Sai Reddy, ”Prediction Of Diabetes Using Machine Learning Classification Algorithms”. • [2] Gavin Pinto, Sunil Jangid, Radhika Desai, ”Understanding the Lifestyle of people to identify the reasons of Diabetes using data mining”. • [3] M.Marimuthu ,S.Deivarani ,R.Gayatri, “Analysis of Heart Disease Prediction using Machine Learning Techniques”. • [4] Purushottam, Richa Sharma ,Dr. Kanak Saxena, ”Efficient Heart Disease Prediction System”. • [5] Adil Hussain She, Dr. Pawan Kumar Chaurasia,” A Review on Heart Disease Prediction using Machine Learning Techniques”.