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
Kaggle Framingham Heart Study Dataset
- Flask
- Flask-WTF
- gunicorn
- itsdangerous
- Jinja2
- joblib
- MarkupSafe
- numpy
- pandas
- python-dateutil
- python-dotenv
- pytz
- scikit-learn
- scipy
- six
- sklearn
- threadpoolctl
- Werkzeug
- WTForms
- 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"