You are on page 1of 21

Women::Bhimavaram

(Autonomous)
Department of Computer Science and Engineering

IV B.Tech II Sem Project Power Point Presentation REVIEW NO:4


Date:27-02-2024
Computer Science and Engineering

Under the guidance of Mr. A. Satya Mallesh Presented By


1. 20B01A0586 : Koppineedi Meghana Pushpa Sri
2. 20B01A0593 : Lalam Vasavi
3. 20B01A05A2 : Mamidipalli Harika
4. 20B01A05B6 : Mullangi Rasagna
5. 20B01A05C4 : Namburi Navya Chowdary

2023-2024 Department of Computer Science and Engineering Slide No:1


Diabetes Disease Prediction

2023-2024 Department of Computer Science and Engineering Slide No:3


Introduction

Diabetes is a significant health issue, with one person dying from the disease every minute. It affects both
genders and individuals aged 25 to 69 years, although it can also occur in childhood. The disease can be
caused by various factors, including obesity, low cholesterol levels, family history, lack of exercise, and
poor nutrition. Symptoms of diabetes include increased urination, and long-term complications can include
diabetic retinopathy, nerve damage, kidney failure, and heart disease. Early diagnosis is crucial for reducing
the risk of complications, and a new user interface has been developed to help with this. It not only indicates
whether a person is affected by diabetes but also predicts the risk level and suggests foods and yoga asanas
to help manage the condition. Using the UCI repository and feature engineering techniques, a diabetes
prediction system has been constructed and tested. The Random Forest algorithm has been found to be the
most effective for predicting diabetes.

2023-2024 Department of Computer Science and Engineering Slide No:3


Implementation

User Interface
Frontend:

• HTML, CSS, JavaScript

Web framework
Backend:

• Django,Mysql

Database
Implementation
List of Objectives Attained

The objectives of our project are:


 Diabetes Prediction
 Risk Percentage
 Food Recommendation
 Yoga Recommendation

2023-2024 Department of Computer Science and Engineering Slide No:3


List of Objectives Attained

 displays the user log data that shows their history and result analysis.
 Improved Accuracy of Model
 User Authentication
 Password Reset using Email

2023-2024 Department of Computer Science and Engineering Slide No:3


Implementation

 Import suitable machine learning libraries

 Choose appropriate machine learning models(KNN, RF, Linear SVM, Logistic regression) for
diabetes prediction and compare performances(Random forest shows optimal performance).

 Train the Optimal machine learning model using the prepared dataset.

 Receive user input about their symptoms from the form.

 Train the model using random forest algorithm.

 Integrate the diabetes prediction model with the backend(Django) to process user input and
provide predictions.

 Predict Diabetes risk percentage with the user symptoms.

2023-2024 Department of Computer Science and Engineering Slide No:3


Implementation

Food Recommendation Module :


 Load the food dataset containing nutrient data.

 Filters the DataFrame based on the provided input parameters of the user.

 Return the filtered dataframe.

 Render the result page with the relevant data for display of food recommendation.

2023-2024 Department of Computer Science and Engineering Slide No:3


Implementation

Yoga Recommendation Module :


Load the Yoga asana dataset containing nutrient data.
Define the columns to be dropped from the DataFrame, to streamline the data.
Preprocess the dataset.
Return the filtered DataFrame containing relevant yoga asanas.
After the yoga recommendations are found, render the html template with a
message indicating recommendations.

2023-2024 Department of Computer Science and Engineering Slide No:3


Results
Results
Results
Results
Results
Results
Results
Results
Results
Results
Thank you

2023-2024 Department of Computer Science and Engineering Slide No:20

You might also like