This project consists of a ML model in a fully responsive web page that predicts heart disease and correlated complications.
Development in Health Sector and Disease prediction Models are in high demand.
Our Prediction Model takes various inputs from users and predicts the disease and related complications
So our model 'The heartunerring' gives a approach to solve the heart related errors to help people achieve a healthy heart.let's discuss in detail:
- User-dashboard page: The user dashboard takes various inputs like
- Age
- Gender
- Having Chest pain or not?
- Resting Blood pressure
- Serum cholestrol
- Fasting Blood Sugar
- Ecg
- Maxiumum Heart rate
- Exercise induced Angina
- Number of major-vessels
- Thal
- Regression Models: The various data sets are used to make regression models.
- Disease prediction System:User Information Update The user inputs taken, and the model is trained to predict the heart related diseases and complications.
- *Disease prediction System:Result * The model predicts the chances of the patient to have heart disease and returns the probability to have a heart disease in the decimal notation where e denotes power of 10 multiplied with the fraction preceding 'e'
Libraries used in project:
- Pandas
- Numpy
- Seaborn
- Tensorflow
- Keras
- Sci-Kit Learn
- Flask
#Execution of App After installing all the required libraries run the app.py file in the terminal.The website starts running on :5000 localhost and the link is provided in the terminal.On visiting the link the user is directed to the home page of the website.
2.Home page(information about our our model basis)
3.On clicking the card at the bottom will lead the user to the information page
4.Provide the required details in the form
Contributor names
1.Siddharth Sharma
Github : @pao0318 Email : [email protected]
- Sadeep Nanda
Github : SadeepNanda Email : [email protected]
- Saily Samanta s-s5678 Github : s-s5678 Email : [email protected]
- Kaggle (for dataset)
- Stack Overflow