A machine learning web application that predicts a person's risk of developing heart disease based on their demographics, lifestyle, health status, and pre-existing disease.
pip3 install -r requirements.txt
A live version of this app is available here
- In terminal, type
FLASK_ENV=development flask run --port=4000
- Go to http://localhost:4000/heartly
- Download and install Docker Desktop from this website
- Open a terminal window
- To build the image, type
docker build -t heartly .
- To run the container, type
docker run -p 4000:4000 heartly
- Go to http://localhost:4000/heartly
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.