Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 18

ADITYA INSTITUTE OF TECHNOLOGY AND MANAGEMENT

DEPARTMENT OF COMPUTER SCIENCE AND MANAGEMENT


(Approved by AICTE, Permanently Affiliated to JNTUGV, Vizianagaram,
Accredited by NBA & NAAC with A+)
(AUTONOMOUS)
K.KOTTURU, TEKKALI - 532201
Presented By:
BANNA SAI HARIKA
20A51A0507
MANGI VISHESHINI
20A51A0540
PULLATI ANJANI
20A51A0554 PAKKKI SAI SIREESHA

20A51A0545
GONDELA UDAYKIRAN RAO
20A55A0525 GUIDED BY:
Sri.S. Jayavardhanarao,M.Tech.
Assistant Professor, CSE
HEART DISEASE
PREDICTION
House Price Prediction
Agenda
1. Introduction
2. Technology
3. Machine Learning Algorithm
4. VS Code
5. Our Website
6. Conclusion
Introduction
• In this project, we utilize the Django web framework to create a “HEART

DISEASE PREDICTION” system. Users input their health data through an


intuitive interface, and our system employs machine learning models to provide
accurate risk assessments for heart disease. This application serves as a valuable
tool for early detection and prevention of heart disease, offering users a convenient
means to assess their cardiovascular health. Our project aims to promote public
health by enabling individuals to make informed decisions about their heart health
and take proactive measures to mitigate risks.
Technology

 Python
 Django
Download and Install Django:
> pip install django
Verify the Django:
> Import django

Start Django Project:


> django-admin startproject project_name
How Python and Django used in our Project:

Python :
• Data Processing and Analysis
• Machine Learning Models

Django:
• Web Development
• Integration of Machine Learning Models
• Scalability and Maintainability
Machine Learning Algorithm

Logistic regression:
Heart Disease prediction using logistic regression is a
data-driven approach that relies on a statistical method
used for binary classification problems, where the goal
is to predict one of two possible outcomes (in this case,
the presence or absence of heart disease). This model is
the relationship between a dependent binary variable
and one or more independent variables by estimating the
probability of the binary outcome..
VS Code

Visual Studio Code (VS Code) is a free, cross-platform


source code editor developed by Microsoft. It's a lightweight
editor that runs on your desktop. VS Code has built-in
support for JavaScript, TypeScript, and Node. It also has
extensions that make it easy to code in Python and Django.
Project name:
• Init.py
• Asgi.py
• Settings.py
• Urls.py
• Views.py
• Wsgi.py

Static:
Templets:
How to run:
Our Website
Conclusion

In creating a heart disease prediction website using logistic regression,


simplicity meets efficiency. By utilizing machine learning models like
logistic regression or more complex algorithms, accurate predictions and
timely interventions can be achieved. Such a system can aid both medical
professionals and patients by providing risk assessments and personalized
recommendations.
Thank You!!!

You might also like