Skip to content

laelasbuch/Heart-Disease-Predictor-QDA

Repository files navigation

Heart-Disease-Predictor using Flask

The app is used for Heart Disease Prediction.The prediction is done using Quadratic Discriminant Analysis.The early prognosis of cardiovascular diseases can aid in making decisions on lifestyle changes in high risk patients and in turn reduce the complication

Dataset

Kaggle Framingham Heart Study Dataset

Library

  • Flask
  • Flask-WTF
  • gunicorn
  • itsdangerous
  • Jinja2
  • joblib
  • MarkupSafe
  • numpy
  • pandas
  • python-dateutil
  • python-dotenv
  • pytz
  • scikit-learn
  • scipy
  • six
  • sklearn
  • threadpoolctl
  • Werkzeug
  • WTForms

How To Run

  • Clone this repository
  • Install Library on terminal with "pip install -r requirements.txt"
  • Create QDA Model on terminal with "python qda.py"
  • Run this project on terminal with "python app.py"
Lael Asbuch - All Rights Reserved