Heart_Disease_Prediction is a web application using Flask framework, python, Machine Learning and the heart disease dataset provided by the UCI Machine Learning Repository. By training our dataset, we are using 13 medical features that allow us to predict whether or not the user is possible to have a heart disease.
The following functionality is completed:
- User can enter the medical features.
- Predict button send the medical datas to the machine learning model.
- The machine learning model predict the datas and shows the result based on its model.