Heart Disease Predictor
Link to open source: https://github.com/Param302/Heart-Disease-predictor
Link to Live Project: https://github.com/Param302/Heart-Disease-predictor
A Heart Disease predictor GUI made in Python using Neural Network ML model to predict the probability of Heart Disease.
Working
It takes 8 parameters and do prediction based on them
- Age
- Sex (M / F)
- Chest Pain (4 types)
- Chest Pain during exercise (yes / no)
- trestbps - Resting blood pressure
- Maximum Heart Rate
- Blood sugar above 120mg/dl (yes / no)
- Cholesterol
The Aritifical Neural Network consists 3 hidden layers.


