SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1331
Health Analyzer System
Nalin Bedi
1
, Adarsh Singh
2
, Avinab Sharma
3
, Asst. Prof. Kajol Dahiya(guide)
4
1
Nalin Bedi, Dept. of Computer Science Engineering, Maharaja Agrasen Institute of Technology, Delhi, India
2
Adarsh Singh, Dept. of Computer Science Engineering, Maharaja Agrasen Institute of Technology, Delhi, India
3
Avinab Sharma, Dept. of Computer Science Engineering, Maharaja Agrasen Institute of Technology, Delhi, India
4
Prof.Kajol Dahiya, Dept. of Computer Science Engineering, Maharaja Agrasen Institute of Technology, Delhi, India
-----------------------------------------------------------------------***-------------------------------------------------------------------------
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
paper, we are proposing a system which is used to predict
multiple diseases by using Flask API. This paper is used to
predict Diabetes, Stroke, Breast Cancer, Fetal Health,
Liver disease and Heart disease. Python pickling is used
to save the model behaviour whenever required. The
importance of this research paper analysis is while
analysing the diseases all the parameters which causes
the disease are included so that it becomes possible to
detect the maximum effects which the disease will cause.
For example for diabetes analysis in our system few
parameters have been considered like age, sex, bmi,
insulin, glucose, blood pressure, diabetes pedigree
function and pregnancies. Final model’s file will be saved
as python pickle file. Flask API is designed. When user
accesses the user interface, the user has to send the
parameters of the disease asked through forms created
for each disease prediction. Flask API will invoke the
corresponding model and returns the status of the
patient.
Key Words: Flask API, machine learning, user
interface, Pickle file, python
Breast cancer, diabetes, heart disease, liver disease are
for the most part driving reasons for death in the
present society. Heart disease is a general term and it is
also called cardiovascular disease, which means
heart and blood vessel disease. Arrhythmias (issues
with heart rhythm), coronary artery disease, and
congenital heart defects are all diseases that fall under
the category of heart illness (the defects of the heart
you are born with). The cardiovascular disease
normally indicates heart attack, angina (heart pain), or
stroke, also conditions that affect your rhythm valves or
muscles of your heart also referred to as heart diseases.
Around 10 lakh patients of liver cirrhosis are newly
diagnosed every year in India.Liver disease is the tenth
most common cause of death in India as per the World
Health Organization. Liver disease may affect every one
in 5 Indians. Liver Cirrhosis is the 14th leading cause of
deaths in the world and could be the 12th leading cause of
deaths in the world by 2020. Thus, we are concentrating on
providing immediate and accurate disease predictions to
the users about the symptoms they enter along with the
disease predicted. In this system, we are going to analyze
Diabetes, Heart disease, Liver disease, stroke, breast cancer
and fetal disease analysis. To implement multiple disease
prediction systems we are going to use machine learning
algorithms. Python pickling is used to save the behavior of
the model. This system analyses the diseases after taking
as input all the possible parameters which cause the
disease.
1.1 Description
The existing systems in the health care industry are
concerned with considering only one disease prediction at
a time. For example, one system is used to analyse
diabetes, another is used to analyse breast cancer or
stroke, and another system is used to predict heart disease.
Maximum systems focus on one particular disease. Many
models are deployed by organizations when they want to
analyse their patient’s health reports. The approach used
in the existing systems are useful for analysing a particular
disease. Moreover, patients also spend a lot of money in
consulting various doctors for various diseases diagnosis in
a single disease prediction system, which in turn is very
expensive. In multiple diseases prediction system more
than one disease can be analysed on a single website. The
user doesn’t need to go to or browse different places in
order to predict whether he/she is disease-prone or not. In
such a system, the user needs to select the name of the
particular disease, enter its parameters and just click on
submit. This would prove to be a cost effective solution.
The suitable machine learning model will be invoked and it
would predict whether user is disease-prone or not
and display it on the screen for the user on the interface.
1.2 Existing System
Many of existing analysis involved 1331nalyzing particular
disease. One potential problem with a single disease
prediction system is that it may not be able to accurately
identify all potential diseases or conditions that a person
may have. This is because different diseases can have
similar symptoms, and a single prediction system may not
1.INTRODUCTION
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1332
be able to accurately distinguish between them.
Additionally, a single disease prediction system may
not be able to account for the complexity of an
individual’s medical history or other factors that can
affect their health. This could lead to inaccurate
predictions and potentially harmful treatment plans.
Another potential problem with a single disease
prediction system is that it may not be able to adapt to
new developments in medical research or changes in a
person’s health over time. This could lead to outdated
or ineffective treatment recommendations.
1.3 Proposed system
We have proposed a system that will flaunt a simple
and elegant User Interface and also be time efficient .
Our proposed system closes down the gap between
doctors and patients which will help both classes of
users to achieve their desirable outcomes. This system
is used to predict diseases according to symptoms as
well as the medical records of patients. This proposed
system will take down several symptoms from the
users and medical record readings evaluate after
applying algorithms such as Decision Tree, Random
Forest, Naïve Bayes, Logistic Regression and SVM which
will help in getting accurate prediction. Our system will
large datasets which includes large diversity of medical
parameters to get more effective results and thus our
system will improve and enhance the accuracy,
diversity of population to get more effective results and
thus our system will improve and enhances the
accuracy of the results. Along with the increased
accuracy rate, we will proliferate the reliability of our
system for this job and can gain the trust of patient in
this system. Hence this system will contribute in easier
health management with better satisfaction to the
users.
2. LITERATURE REVIEW
1. G Naveen Kishore and few other authors proposed
the work named Prediction Of Diabetes Using Machine
Learning Classification Techniques proposed. In this
work, various classification algorithms like SVM,
Logistic Regression, Decision Tree, KNN, Random
Forest are utilized on the 769 instances of the Pima
dataset which contain features like Pregnancies, Blood
pressure, body mass index, etc. They have reported the
highest accuracy as 74.4 %for the classification
algorithm Random Forest and the lowest accuracy in
this work is attained by the KNN reported as 71.3%.
2. In the work presented by M. Marimuthu, S. Deiva
Rani, Gayatri.
R described the cardio diseases in a detailed manner
and also applied the classification algorithms like SVM,
Decision Tree, Naïve Bayes, K-Nearest Neighbors on
the Framingham dataset from Kaggle. The authors
compared various machine learning algorithms for the
forecast of the risk of heart disease. The highest reported
accuracy in this work is 83.60% for the KNN classification
algorithm.
3. Ch. Shravya, K.Pravallika, Shaik Subhani presented
the work on Breast cancer prediction using Supervised
machine learning techniques on the dataset and also
analyzed the results with (PCA)principal component
analysis and also used the dimensionality reduction and
explained in a well-mannered way.
3. SYSTEM ANALYSIS
3.1 FunctionalRequirement
• The system has the ability to analyze the
collected data to identify patterns and make
predictions about a person's likelihood of
developing certaindiseases.
 The user inputs the symptoms and other
medical details/records for a particular disease
and based on the trained model of the machine
learning input the output will be displayed on
the user interface.
 The system has the ability to integrate with
different machine learning frameworks and
libraries to enable the use of state-of-the-art
algorithms and technique.
3.2 Non Functional Requirement
 The system would be able to make predictions
quickly and efficiently, with minimal delay or
downtime.
 The system should be user-friendly and easy to
use, with clear instructions and intuitive
interfaces for both medical professionals and
patients.
 The system would be scalable and able to
handle large volumes of data without
performance degradation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1333
4. DESIGN
4.1 Architecture
Figure No.4.1: Block Diagram
In the figure no 4.1 we have experimented on six
diseases that is heart, diabetes, liver disease, stroke,
fetal health and breast cancer. The first step is to gather
the dataset for heart disease, diabetes disease, liver
disease, stroke, fetal health and breast cancer. We have
extracted the PIMA Indian Diabetes dataset, Indian liver
dataset, Stroke Prediction Dataset, Fetal Health
Classification and Breast Cancer Wisconsin (Diagnostic)
Data Set respectively. Once dataset is imported then
visualization of each input data takes place. After
visualization pre-processing of data takes place where
checking for outliers, missing values was done and then
dataset was split into training and testing .Next is on the
training dataset we had applied knn, xgboost, Logistic
Regression , Naive Bayes, Decision tree and random
forest algorithm and applied knowledge on the
classified algorithm using testing dataset. After applying
knowledge we will choose the algorithm with the best
accuracy for each of the disease. Then we build a pickle
file for all the disease and then integrated the pickle file
for the output of the model on the webpage.
Figure No 4.2: Graphical User Interface
5. IMPLEMENTATION
5.1 Algorithm
SVM Algorithm
Support vector machine (SVM) is a supervised learning
algorithm for classification and regression tasks in
machine learning. It is used to find the hyperplane in an
N-dimensional space that maximally separates the
classes.
The working of the SVM algorithm is as follows:
Step-1: SVM uses a kernel function to transform the data
into a higher-dimensional space where it can be
separated by a linear boundary.
Step-2: Common kernel functions include the linear
kernel, the polynomial kernel, and the radial basis
function (RBF) kernel. The regularization parameter
controls the complexity of the model and helps prevent
over-fitting.
Random Forest Algorithm
Random forests are a type of ensemble learning
algorithm, which means that they combine the
predictions of multiple individual models to make a more
accurate and stable prediction. In the case of random
forests, the individual models are decision trees, which
are trained on subsets of the training data. The working of
the random forest is as follows:
Step-1: Collect and preprocess the training data.
Step-2: Select the number of decision trees to generate.
This is a hyper-parameter of the random forest algorithm,
and it determines the number of individual models that
will be trained and used to make predictions.
Step-3: For each decision tree:
• Generate a bootstrap sample of the training data.
This involves randomly selecting a subset of the
training data, with replacement, to use as the
training set for the decision tree.
• Train a decision tree on the bootstrap sample.
This involves applying the decision tree learning
algorithm to the bootstrap sample to train a
decision tree model.
Design
4.2 User Interface Design
Step-3: Once the data is prepared and the hyper-
parameters are chosen, you can train the SVM model
using the training set. This involves solving a quadratic
optimization problem to find the hyper-plane with the
largest margin.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1334
Step-4: To make a prediction using the random forest,
feed the test data point to each of the trained decision
trees, and use the majority vote of the individual
decision tree predictions as the final prediction.
Linear Regression Algorithm
Linear regression is a statistical technique that is used
to model the relationship between a dependent variable
and one or more independent variables. The working of
Linear Regression Algorithm is as follows:
Step-1: We need to choose an optimization algorithm
such as gradient descent, and use it to find the
coefficients that minimize the loss function. The loss
function measures the difference between the predicted
probability and the true value of the dependent variable.
Step-2: The predicted probability is calculated using the
sigmoid function, which maps the output of the linear
regression model (a continuous value) to a probability
between 0 and 1. The sigmoid function has an "S"
shaped curve, and the output is 1 when the input is very
large, 0 when the input is very small, and 0.5 when the
input is 0.
Step-3: Once the model is trained, you can use it to
make predictions on new data. You can evaluate the
performance of the model using evaluation metrics such
as accuracy, precision, recall, and F1 score.
6. RESULT
In the system breast cancer disease prediction model
used Random Forest Classifier algorithm, diabetes
prediction model used Random Forest Classifier, stroke
prediction model used Random Forest Classifier, liver
prediction model used Random Forest Classifier, heart
disease prediction model uses SVM algorithm and fetal
disease prediction model uses the random forest
algorithm as these gave the best accuracy accordingly.
ACCURACY FOR EACH DISEASE:
Table No 6.1: Diabetes Disease
ALGORITHM Accuracy
Random Forest 81.81%
Naive Bayes 79.22%
Table No 6.2: Heart Disease
ALGORITHM Accuracy
SVM 82.41%
Table No 6.3: LiverDisease
ALGORITHM Accuracy
Random Forest 74.35%
Gaussian Naive Bayes 68.37%
Table No 6.4: BreastCancer
ALGORITHM Accuracy
Random Forest 97.30%
Decision Tree 90.35%
Table No 6.5: Fetal Health
ALGORITHM Accuracy
Random Forest 94.36%
Decision Tree 91.72%
Table No 6.6: Stroke
ALGORITHM Accuracy
Random Forest 96.21%
Decision Tree 96.16%
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1335
Fig No. 6.3: Heart Disease prediction UI
Fig No. 6.5: Breast Cancer prediction UI
Fig No. 6.2: Fetal Health Disease prediction UI
Fig No. 6.1 Diabetes Disease prediction UI Fig No. 6.2: Fetal Health Disease prediction UI
Fig No. 6.6: Liver disease prediction UI
Fig No. 6.4: Stroke Prediction prediction UI
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1336
7. CONCLUSION
The objective of multiple disease prediction is to
identify individuals who are at high risk of developing
multiple diseases. This information can help doctors to
take a more proactive approach to treating and
preventing disease, and can also help individuals to
make lifestyle changes and take other preventative
measures to reduce their risk of developing multiple
diseases. By predicting multiple diseases, doctors can
also develop more effective treatment plans for their
patients, which can improve overall health outcomes.
7.1 Future Scope
 In the future we can add more diseases in
the existing API.
 We can try to improve the accuracy of
prediction in order to decrease the mortality
rate.
 Try to make the system user-friendly and
provide a chatbot for normal queries.
8. ACKNOWLEDGEMENT
We sincere thank to our college Maharaja Agrasen
Institute of Technology for giving us a platform to
prepare a project on the topic "Health Analyzer System"
and would like to thank our HOD Dr. Namita Gupta for
giving us the opportunities and time to conduct and
research on the subject. We are sincerely grateful for
Prof. Kajol Dahiya (CSE Department), as our guide for
providing help during our research, which would have
seemed difficult without their motivation, constant
support, and valuable suggestion. Moreover, the
complication of this research paper would have been
impossible without the co-operation, suggestion, and
help of our friends and family.
REFERENCES
[1] Archana Singh ,Rakesh Kumar, “Heart Disease
Prediction Using Machine Learning Algorithms”, 2020
IEEE, International Conference on Electrical and
Electronics Engineering (ICE3)
[2] A.Sivasangari, Baddigam Jaya Krishna
Reddy,Annamareddy Kiran, P.Ajitha,” Diagnosis of
Liver Disease using Machine Learning Models” 2020
Fourth International Conference on I-SMAC (IoT in
Social, Mobile, Analytics and Cloud) (I-SMAC)
[3]Yang, G.; Pang, Z.; Deen, M.J.; Dong, M.; Zhang, Y.T.;
Lovell, N.; Rahmani, A.M. Homecare robotic systems
for healthcare 4.0: Visions and enabling technologies.
IEEE J. Biomed. Health Inform. 2020, 24, 2535–2549
[4] Multi Disease Prediction System:- By- Divya
Mandem, 1PG Scholar, Dept. of computer science and
System Engineering(A), Andhra University College of
Engineering Vishakhapatnam, Andhra Pradesh B. Prajna
,Professor, Dept. of computer science and System
Engineering(A), Andhra University College of
Engineering Vishakhapatnam, Andhra Pradesh.

Más contenido relacionado

Similar a Health Analyzer System

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 LearningIRJET Journal
 
Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.IJRES Journal
 
Heart Disease Prediction using Data Mining
Heart Disease Prediction using Data MiningHeart Disease Prediction using Data Mining
Heart Disease Prediction using Data MiningIRJET Journal
 
IRJET - Medicine Recommendation System
IRJET - Medicine Recommendation SystemIRJET - Medicine Recommendation System
IRJET - Medicine Recommendation SystemIRJET Journal
 
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...IRJET Journal
 
Multiple Disease Prediction System: A Review
Multiple Disease Prediction System: A ReviewMultiple Disease Prediction System: A Review
Multiple Disease Prediction System: A ReviewIRJET Journal
 
Heart Disease Prediction using Machine Learning Algorithms
Heart Disease Prediction using Machine Learning AlgorithmsHeart Disease Prediction using Machine Learning Algorithms
Heart Disease Prediction using Machine Learning AlgorithmsIRJET Journal
 
IRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future DiseaseIRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future DiseaseIRJET Journal
 
Proposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data AnalyticsProposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data Analyticsvivatechijri
 
IRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning AlgorithmIRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning AlgorithmIRJET Journal
 
IRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine LearningIRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine LearningIRJET Journal
 
IRJET- Disease Prediction and Doctor Recommendation System
IRJET-  	  Disease Prediction and Doctor Recommendation SystemIRJET-  	  Disease Prediction and Doctor Recommendation System
IRJET- Disease Prediction and Doctor Recommendation SystemIRJET Journal
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningIRJET Journal
 
Diabetes Prediction Using ML
Diabetes Prediction Using MLDiabetes Prediction Using ML
Diabetes Prediction Using MLIRJET Journal
 
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUEDESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUEIRJET Journal
 
IRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk PredictionIRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk PredictionIRJET Journal
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET Journal
 
Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...IRJET Journal
 
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 StageIRJET Journal
 
Predictions And Analytics In Healthcare: Advancements In Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine LearningPredictions And Analytics In Healthcare: Advancements In Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine LearningIRJET Journal
 

Similar a Health Analyzer System (20)

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
 
Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.Plug In Generator To Produce Variant Outputs For Unique Data.
Plug In Generator To Produce Variant Outputs For Unique Data.
 
Heart Disease Prediction using Data Mining
Heart Disease Prediction using Data MiningHeart Disease Prediction using Data Mining
Heart Disease Prediction using Data Mining
 
IRJET - Medicine Recommendation System
IRJET - Medicine Recommendation SystemIRJET - Medicine Recommendation System
IRJET - Medicine Recommendation System
 
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
IRJET -Improving the Accuracy of the Heart Disease Prediction using Hybrid Ma...
 
Multiple Disease Prediction System: A Review
Multiple Disease Prediction System: A ReviewMultiple Disease Prediction System: A Review
Multiple Disease Prediction System: A Review
 
Heart Disease Prediction using Machine Learning Algorithms
Heart Disease Prediction using Machine Learning AlgorithmsHeart Disease Prediction using Machine Learning Algorithms
Heart Disease Prediction using Machine Learning Algorithms
 
IRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future DiseaseIRJET - E-Health Chain and Anticipation of Future Disease
IRJET - E-Health Chain and Anticipation of Future Disease
 
Proposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data AnalyticsProposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data Analytics
 
IRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning AlgorithmIRJET- Predicting Heart Disease using Machine Learning Algorithm
IRJET- Predicting Heart Disease using Machine Learning Algorithm
 
IRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine LearningIRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
IRJET- Survey on Risk Estimation of Chronic Disease using Machine Learning
 
IRJET- Disease Prediction and Doctor Recommendation System
IRJET-  	  Disease Prediction and Doctor Recommendation SystemIRJET-  	  Disease Prediction and Doctor Recommendation System
IRJET- Disease Prediction and Doctor Recommendation System
 
Risk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine LearningRisk Of Heart Disease Prediction Using Machine Learning
Risk Of Heart Disease Prediction Using Machine Learning
 
Diabetes Prediction Using ML
Diabetes Prediction Using MLDiabetes Prediction Using ML
Diabetes Prediction Using ML
 
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUEDESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
 
IRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk PredictionIRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk Prediction
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction System
 
Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...
 
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
 
Predictions And Analytics In Healthcare: Advancements In Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine LearningPredictions And Analytics In Healthcare: Advancements In Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine Learning
 

Más de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Más de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Último (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Health Analyzer System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1331 Health Analyzer System Nalin Bedi 1 , Adarsh Singh 2 , Avinab Sharma 3 , Asst. Prof. Kajol Dahiya(guide) 4 1 Nalin Bedi, Dept. of Computer Science Engineering, Maharaja Agrasen Institute of Technology, Delhi, India 2 Adarsh Singh, Dept. of Computer Science Engineering, Maharaja Agrasen Institute of Technology, Delhi, India 3 Avinab Sharma, Dept. of Computer Science Engineering, Maharaja Agrasen Institute of Technology, Delhi, India 4 Prof.Kajol Dahiya, Dept. of Computer Science Engineering, Maharaja Agrasen Institute of Technology, Delhi, India -----------------------------------------------------------------------***------------------------------------------------------------------------- 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 paper, we are proposing a system which is used to predict multiple diseases by using Flask API. This paper is used to predict Diabetes, Stroke, Breast Cancer, Fetal Health, Liver disease and Heart disease. Python pickling is used to save the model behaviour whenever required. The importance of this research paper analysis is while analysing the diseases all the parameters which causes the disease are included so that it becomes possible to detect the maximum effects which the disease will cause. For example for diabetes analysis in our system few parameters have been considered like age, sex, bmi, insulin, glucose, blood pressure, diabetes pedigree function and pregnancies. Final model’s file will be saved as python pickle file. Flask API is designed. When user accesses the user interface, the user has to send the parameters of the disease asked through forms created for each disease prediction. Flask API will invoke the corresponding model and returns the status of the patient. Key Words: Flask API, machine learning, user interface, Pickle file, python Breast cancer, diabetes, heart disease, liver disease are for the most part driving reasons for death in the present society. Heart disease is a general term and it is also called cardiovascular disease, which means heart and blood vessel disease. Arrhythmias (issues with heart rhythm), coronary artery disease, and congenital heart defects are all diseases that fall under the category of heart illness (the defects of the heart you are born with). The cardiovascular disease normally indicates heart attack, angina (heart pain), or stroke, also conditions that affect your rhythm valves or muscles of your heart also referred to as heart diseases. Around 10 lakh patients of liver cirrhosis are newly diagnosed every year in India.Liver disease is the tenth most common cause of death in India as per the World Health Organization. Liver disease may affect every one in 5 Indians. Liver Cirrhosis is the 14th leading cause of deaths in the world and could be the 12th leading cause of deaths in the world by 2020. Thus, we are concentrating on providing immediate and accurate disease predictions to the users about the symptoms they enter along with the disease predicted. In this system, we are going to analyze Diabetes, Heart disease, Liver disease, stroke, breast cancer and fetal disease analysis. To implement multiple disease prediction systems we are going to use machine learning algorithms. Python pickling is used to save the behavior of the model. This system analyses the diseases after taking as input all the possible parameters which cause the disease. 1.1 Description The existing systems in the health care industry are concerned with considering only one disease prediction at a time. For example, one system is used to analyse diabetes, another is used to analyse breast cancer or stroke, and another system is used to predict heart disease. Maximum systems focus on one particular disease. Many models are deployed by organizations when they want to analyse their patient’s health reports. The approach used in the existing systems are useful for analysing a particular disease. Moreover, patients also spend a lot of money in consulting various doctors for various diseases diagnosis in a single disease prediction system, which in turn is very expensive. In multiple diseases prediction system more than one disease can be analysed on a single website. The user doesn’t need to go to or browse different places in order to predict whether he/she is disease-prone or not. In such a system, the user needs to select the name of the particular disease, enter its parameters and just click on submit. This would prove to be a cost effective solution. The suitable machine learning model will be invoked and it would predict whether user is disease-prone or not and display it on the screen for the user on the interface. 1.2 Existing System Many of existing analysis involved 1331nalyzing particular disease. One potential problem with a single disease prediction system is that it may not be able to accurately identify all potential diseases or conditions that a person may have. This is because different diseases can have similar symptoms, and a single prediction system may not 1.INTRODUCTION
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1332 be able to accurately distinguish between them. Additionally, a single disease prediction system may not be able to account for the complexity of an individual’s medical history or other factors that can affect their health. This could lead to inaccurate predictions and potentially harmful treatment plans. Another potential problem with a single disease prediction system is that it may not be able to adapt to new developments in medical research or changes in a person’s health over time. This could lead to outdated or ineffective treatment recommendations. 1.3 Proposed system We have proposed a system that will flaunt a simple and elegant User Interface and also be time efficient . Our proposed system closes down the gap between doctors and patients which will help both classes of users to achieve their desirable outcomes. This system is used to predict diseases according to symptoms as well as the medical records of patients. This proposed system will take down several symptoms from the users and medical record readings evaluate after applying algorithms such as Decision Tree, Random Forest, Naïve Bayes, Logistic Regression and SVM which will help in getting accurate prediction. Our system will large datasets which includes large diversity of medical parameters to get more effective results and thus our system will improve and enhance the accuracy, diversity of population to get more effective results and thus our system will improve and enhances the accuracy of the results. Along with the increased accuracy rate, we will proliferate the reliability of our system for this job and can gain the trust of patient in this system. Hence this system will contribute in easier health management with better satisfaction to the users. 2. LITERATURE REVIEW 1. G Naveen Kishore and few other authors proposed the work named Prediction Of Diabetes Using Machine Learning Classification Techniques proposed. In this work, various classification algorithms like SVM, Logistic Regression, Decision Tree, KNN, Random Forest are utilized on the 769 instances of the Pima dataset which contain features like Pregnancies, Blood pressure, body mass index, etc. They have reported the highest accuracy as 74.4 %for the classification algorithm Random Forest and the lowest accuracy in this work is attained by the KNN reported as 71.3%. 2. In the work presented by M. Marimuthu, S. Deiva Rani, Gayatri. R described the cardio diseases in a detailed manner and also applied the classification algorithms like SVM, Decision Tree, Naïve Bayes, K-Nearest Neighbors on the Framingham dataset from Kaggle. The authors compared various machine learning algorithms for the forecast of the risk of heart disease. The highest reported accuracy in this work is 83.60% for the KNN classification algorithm. 3. Ch. Shravya, K.Pravallika, Shaik Subhani presented the work on Breast cancer prediction using Supervised machine learning techniques on the dataset and also analyzed the results with (PCA)principal component analysis and also used the dimensionality reduction and explained in a well-mannered way. 3. SYSTEM ANALYSIS 3.1 FunctionalRequirement • The system has the ability to analyze the collected data to identify patterns and make predictions about a person's likelihood of developing certaindiseases.  The user inputs the symptoms and other medical details/records for a particular disease and based on the trained model of the machine learning input the output will be displayed on the user interface.  The system has the ability to integrate with different machine learning frameworks and libraries to enable the use of state-of-the-art algorithms and technique. 3.2 Non Functional Requirement  The system would be able to make predictions quickly and efficiently, with minimal delay or downtime.  The system should be user-friendly and easy to use, with clear instructions and intuitive interfaces for both medical professionals and patients.  The system would be scalable and able to handle large volumes of data without performance degradation.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1333 4. DESIGN 4.1 Architecture Figure No.4.1: Block Diagram In the figure no 4.1 we have experimented on six diseases that is heart, diabetes, liver disease, stroke, fetal health and breast cancer. The first step is to gather the dataset for heart disease, diabetes disease, liver disease, stroke, fetal health and breast cancer. We have extracted the PIMA Indian Diabetes dataset, Indian liver dataset, Stroke Prediction Dataset, Fetal Health Classification and Breast Cancer Wisconsin (Diagnostic) Data Set respectively. Once dataset is imported then visualization of each input data takes place. After visualization pre-processing of data takes place where checking for outliers, missing values was done and then dataset was split into training and testing .Next is on the training dataset we had applied knn, xgboost, Logistic Regression , Naive Bayes, Decision tree and random forest algorithm and applied knowledge on the classified algorithm using testing dataset. After applying knowledge we will choose the algorithm with the best accuracy for each of the disease. Then we build a pickle file for all the disease and then integrated the pickle file for the output of the model on the webpage. Figure No 4.2: Graphical User Interface 5. IMPLEMENTATION 5.1 Algorithm SVM Algorithm Support vector machine (SVM) is a supervised learning algorithm for classification and regression tasks in machine learning. It is used to find the hyperplane in an N-dimensional space that maximally separates the classes. The working of the SVM algorithm is as follows: Step-1: SVM uses a kernel function to transform the data into a higher-dimensional space where it can be separated by a linear boundary. Step-2: Common kernel functions include the linear kernel, the polynomial kernel, and the radial basis function (RBF) kernel. The regularization parameter controls the complexity of the model and helps prevent over-fitting. Random Forest Algorithm Random forests are a type of ensemble learning algorithm, which means that they combine the predictions of multiple individual models to make a more accurate and stable prediction. In the case of random forests, the individual models are decision trees, which are trained on subsets of the training data. The working of the random forest is as follows: Step-1: Collect and preprocess the training data. Step-2: Select the number of decision trees to generate. This is a hyper-parameter of the random forest algorithm, and it determines the number of individual models that will be trained and used to make predictions. Step-3: For each decision tree: • Generate a bootstrap sample of the training data. This involves randomly selecting a subset of the training data, with replacement, to use as the training set for the decision tree. • Train a decision tree on the bootstrap sample. This involves applying the decision tree learning algorithm to the bootstrap sample to train a decision tree model. Design 4.2 User Interface Design Step-3: Once the data is prepared and the hyper- parameters are chosen, you can train the SVM model using the training set. This involves solving a quadratic optimization problem to find the hyper-plane with the largest margin.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1334 Step-4: To make a prediction using the random forest, feed the test data point to each of the trained decision trees, and use the majority vote of the individual decision tree predictions as the final prediction. Linear Regression Algorithm Linear regression is a statistical technique that is used to model the relationship between a dependent variable and one or more independent variables. The working of Linear Regression Algorithm is as follows: Step-1: We need to choose an optimization algorithm such as gradient descent, and use it to find the coefficients that minimize the loss function. The loss function measures the difference between the predicted probability and the true value of the dependent variable. Step-2: The predicted probability is calculated using the sigmoid function, which maps the output of the linear regression model (a continuous value) to a probability between 0 and 1. The sigmoid function has an "S" shaped curve, and the output is 1 when the input is very large, 0 when the input is very small, and 0.5 when the input is 0. Step-3: Once the model is trained, you can use it to make predictions on new data. You can evaluate the performance of the model using evaluation metrics such as accuracy, precision, recall, and F1 score. 6. RESULT In the system breast cancer disease prediction model used Random Forest Classifier algorithm, diabetes prediction model used Random Forest Classifier, stroke prediction model used Random Forest Classifier, liver prediction model used Random Forest Classifier, heart disease prediction model uses SVM algorithm and fetal disease prediction model uses the random forest algorithm as these gave the best accuracy accordingly. ACCURACY FOR EACH DISEASE: Table No 6.1: Diabetes Disease ALGORITHM Accuracy Random Forest 81.81% Naive Bayes 79.22% Table No 6.2: Heart Disease ALGORITHM Accuracy SVM 82.41% Table No 6.3: LiverDisease ALGORITHM Accuracy Random Forest 74.35% Gaussian Naive Bayes 68.37% Table No 6.4: BreastCancer ALGORITHM Accuracy Random Forest 97.30% Decision Tree 90.35% Table No 6.5: Fetal Health ALGORITHM Accuracy Random Forest 94.36% Decision Tree 91.72% Table No 6.6: Stroke ALGORITHM Accuracy Random Forest 96.21% Decision Tree 96.16%
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1335 Fig No. 6.3: Heart Disease prediction UI Fig No. 6.5: Breast Cancer prediction UI Fig No. 6.2: Fetal Health Disease prediction UI Fig No. 6.1 Diabetes Disease prediction UI Fig No. 6.2: Fetal Health Disease prediction UI Fig No. 6.6: Liver disease prediction UI Fig No. 6.4: Stroke Prediction prediction UI
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1336 7. CONCLUSION The objective of multiple disease prediction is to identify individuals who are at high risk of developing multiple diseases. This information can help doctors to take a more proactive approach to treating and preventing disease, and can also help individuals to make lifestyle changes and take other preventative measures to reduce their risk of developing multiple diseases. By predicting multiple diseases, doctors can also develop more effective treatment plans for their patients, which can improve overall health outcomes. 7.1 Future Scope  In the future we can add more diseases in the existing API.  We can try to improve the accuracy of prediction in order to decrease the mortality rate.  Try to make the system user-friendly and provide a chatbot for normal queries. 8. ACKNOWLEDGEMENT We sincere thank to our college Maharaja Agrasen Institute of Technology for giving us a platform to prepare a project on the topic "Health Analyzer System" and would like to thank our HOD Dr. Namita Gupta for giving us the opportunities and time to conduct and research on the subject. We are sincerely grateful for Prof. Kajol Dahiya (CSE Department), as our guide for providing help during our research, which would have seemed difficult without their motivation, constant support, and valuable suggestion. Moreover, the complication of this research paper would have been impossible without the co-operation, suggestion, and help of our friends and family. REFERENCES [1] Archana Singh ,Rakesh Kumar, “Heart Disease Prediction Using Machine Learning Algorithms”, 2020 IEEE, International Conference on Electrical and Electronics Engineering (ICE3) [2] A.Sivasangari, Baddigam Jaya Krishna Reddy,Annamareddy Kiran, P.Ajitha,” Diagnosis of Liver Disease using Machine Learning Models” 2020 Fourth International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC) [3]Yang, G.; Pang, Z.; Deen, M.J.; Dong, M.; Zhang, Y.T.; Lovell, N.; Rahmani, A.M. Homecare robotic systems for healthcare 4.0: Visions and enabling technologies. IEEE J. Biomed. Health Inform. 2020, 24, 2535–2549 [4] Multi Disease Prediction System:- By- Divya Mandem, 1PG Scholar, Dept. of computer science and System Engineering(A), Andhra University College of Engineering Vishakhapatnam, Andhra Pradesh B. Prajna ,Professor, Dept. of computer science and System Engineering(A), Andhra University College of Engineering Vishakhapatnam, Andhra Pradesh.