Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

HEART DISEASE PREDICTION

SYSTEM

A MINI PROJECT REPORT

Submitted By

DINESH S 622020243010

MOHAMED ASLAM NIHAAL M I 622020243023

in partial fulfilment for the award of the degree


of

BACHELOR OF ENGINEERING

IN

ARTIFICIAL INTELLIGECE AND DATA SCIENCE

PAAVAI COLLEGE OF ENGINEERING


PACHAL, NAMAKKAL – 637018

ANNA UNIVERSITY: CHENNAI – 600025

DECEMBER – 2022

ANNA UNIVERSITY: CHENNAI – 600025

i
BONAFIDE CERTIFICATE

Certified that this project report “HEART DISEASE PRIDICTION


SYSTEM” is the Bonafide work of “DINESH S (622020243010),
MOHAMED ASLAM NIHAAL M I (622020243023)” who carried out
the project work under my supervision.

SIGNATURE SIGNATURE

Mr. R. MURUGESAN, M.E(Ph.D.)., Mr. K. SRINIVASAN, M.E.,

ASSOCIATE PROFESSOR ASSISTANT PROFESSOR

HEAD OF THE DEPARTMENT SUPERVISOR

Department of AI&DS Department of AI&DS

Certified that candidate was examined in the Anna University project viva
– voice Examination held on .

INTERNAL EXAMINER EXTERNAL EXAMINAR

ii
ACKNOWLEDGEMENT

We express our profound gratitude with pleasure to our most


respected Chairman Shri. CA, N.V. Natarajan, B.Com, FCA., and also
to our beloved correspondent Smt. N. Mangai Natarajan, M.Sc., for
giving motivation and providing all necessary facility for the successful
completion of this project.
It is our privilege to thank our beloved Director – Admin
Dr.K.K. Ramasamy, M.E, Ph.D., and our principal Dr.A. Immanuvel
M.E Ph.D., for their moral support and deeds in bringing out this project
successful.
We extend our gratefulness to Mr. R. Murugesan, M.E, (Ph. D).,
Head of the department, Department of Artificial Intelligence and Data
Science Engineering, for his encouragement and constant support in
successful completion of project.
We convey our thanks to Mr. K. Srinivasan, M.E., Assistant
Professor, Department of Artificial Intelligence and Data Science
Engineering, our project coordinator for being more informative and
providing suggestions regarding this project all the time.
We would like to express our sincere thanks and heartiest gratitude
to our project coordinator Mr. K. Srinivasan, M.E., Assistant Professor,
his meticulous guidance and timely help during project work.
We express thanks to all our department staff members and friends
for their encouragement and advice to do the project work with full
interest and enthusiasm.

iii
ABSTRACT

The diagnosis of heart disease in most cases depends on a complex


combination of clinical and pathological data. Because of this complexity, there exists
a significant amount of interest among clinical professionals and researchers regarding
the efficient and accurate prediction of heart disease

The approaches include three steps. Firstly, select 13 important clinical


features, i.e., age, sex, chest pain type, test bps, cholesterol, fasting blood sugar,
resting ECG, max heart rate, exercise induced angina, old peak, slope, number of
vessels colored, and thal. The accuracy of prediction is near 80%. The HDPS system
will be consisted of multiple features, including input clinical data section, ROC curve
display section, and prediction performance display section (execute time, accuracy,
sensitivity, specificity, and predict result). The approaches are effective in predicting
the heart disease of a patient. The HDPS system developed is a novel approach that
can be used in the classification of heart disease.

The proposed system automates the existing system. It decreases the paper
work and makes the record maintenance process. The application mainly focuses on
the fair distribution of attendance among students. It provides all the related details of
working days, holidays, events & workshops. This project is aimed at developing an
online heart disease prediction system that is of importance to either an organization.

iv
TABLE OF CONTENTS

CHAPTER TITLE PAGENO

ABSTRACT iv
LIST OF ABBREVATIONS vii
LIST OF FIGURES viii
1. INTRODUCTION 1

2. SYSTEM ANALYSIS 6
2.1 EXISTING SYSTEM 6

2.1.1 DRAWBACKS OF EXISTING SYSTEM 7

2.2 PROPOSED SYSTEM 7

2.2.1 ADVANTAGES OF PROPOSED SYSTEM 8

3. FEASIBILITY STUDY 9

3.1 ECONOMIC FEASIBILITY 9

3.2 TECHNICAL FEASIBILITY 9

3.3 OPERATIONAL FEASIBILITY 9

3.4 ENVIRONMENTAL FEASIBILITY 9

4. SYSTEM SPECIFICATION 10
4.1 HARDWARE REQUIREMENTS 10

4.2 SOFTWARE REQUIREMENTS 10

4.3 SYSTEM ARCHITECTURE 10

5. SOFTWARE DESCRIPTION 13
5.1 FRONT END 13

5.1.1 PYTHON 3.10 14

v
5.2 BACK END 14

5.2.1 DECISION TREE CLASSIFIER 15

6. SYSTEM DESIGN AND DEVELOPMENT 16

6.1 DATA FLOW DIAGRAM 16

6.2 DATA PRE-PROCESSING 17

7. PROJECT DESCRIPTION 18
7.1 MODULE DESCRIPTION 18

7.2 METHOD 20

7.2.1 DATA SOURCE 20

7.2.2 ANALYSIS 21

7.2.3 WORK AREA 22

7.2.4 PACKAGES USED 22

7.2.5 NUMPY 23

7.2.6 PANDAS 23

7.2.7 MATPLOTLIB 24

7.2.8 SEABORN 24

8. EXPERIMENTAL RESULTS 25

9. CONCLUSIONS & FUTURE ENHANCEMENT 30

8.1 CONCLUSIONS 30

8.2 FUTURE ENHANCEMENT 30

10. REFERENCES 31

vi
LIST OF ABBREVATIONS

AI Artificial Intelligence

API Application Programming Interface

HDPS Heart Disease Prediction System

CAD Coronary Artery Disease

CHD Congenital Heart Defects

ICD Insertion Cardioverter Defibrillator

AAA Abdominal Aortic Aneurysms

DNN Deep Neural Network

FCNN Fully Convolutional Neural Networks

MRI Magnetic Resonance Imaging

FLOPS Floating Points Operations Per Second

FPN Feature Pyramid Network

CT Computed Tomography

HIS Hue Saturation Intensity

JPG Joint Photographic Experts Group

MSCNN Multi Scale Convolutional Neural Networks

MSCOCO Microsoft Common Objects in Context

NMS None Maximum Suppression

PPE Personal Protective Equipment

RF Radio Frequency

ROD Net Radar Object Detection Network

SSD Solid State Drivers

TPR Total Physical Response

DTC Decision Tree Classifier

vii
LIST OF FIGURES

FIGURE NO NAME OF THE FIGURES PAGE NO


4.1 ARCHITECTURE DIAGRAM 15
6.1 DATAFLOW DIAGRAM 20
7.1.1 FLOW DIAGRAM OF THE 24
MODULE

viii

You might also like