Skip to content

A machine learning web application that predicts a person's risk of developing heart disease.

Notifications You must be signed in to change notification settings

ranasun/heartly

Repository files navigation

Heartly

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.

screenshot

Live Demo

Getting Started

Prerequisites

Installation

pip3 install -r requirements.txt

Usage

A live version of this app is available here

Development

  1. In terminal, type FLASK_ENV=development flask run --port=4000
  2. Go to http://localhost:4000/heartly

Docker

  1. Download and install Docker Desktop from this website
  2. Open a terminal window
  3. To build the image, type docker build -t heartly .
  4. To run the container, type docker run -p 4000:4000 heartly
  5. Go to http://localhost:4000/heartly

Built with

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A machine learning web application that predicts a person's risk of developing heart disease.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages