/Heart_Disease_Prediction

Web application using Flask and Machine Learning model to predict heart disease.

Primary LanguageJupyter Notebook

Heart_Disease_Prediction

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.

User Stories

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.

Demonstration

Image Walkthrough

Open-source ressources used