An open API service indexing awesome lists of open source software.

https://github.com/bijilsubhash/heart-failure-prediction

Heart failure prediction web app
https://github.com/bijilsubhash/heart-failure-prediction

flask heroku-deployment jupyter-notebook machine-learning scikit-learn

Last synced: 3 months ago
JSON representation

Heart failure prediction web app

Awesome Lists containing this project

README

          

# Heart Failure Prediction Web App

Link: https://heart-failure-prediction-flask.herokuapp.com

A web app built using [heart failure prediction dataset](https://www.kaggle.com/fedesoriano/heart-failure-prediction "heart failure prediction dataset") from Kaggle, deployed on Heroku using Flask.

## File Descriptions
- **heart.csv** - raw data
- **heart-disease.ipynb**: notebook with data exploration, feature engineering and model building
- **model.pkl:** trained model, saved with pickle
- **app.py**: contains script to run Flask app
- **static**: folder with CSS file
- **templates**: folder with HTML
- **Procfile**: file supporting Heroku deployment
- **requirements.txt**: dependecies for Heroku deployment

## Technologies Used
- Python
- Pandas
- Numpy
- Scikit-learn
- Flask
- HTML
- CSS
- Heroku