Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.59 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.59 KB

Heart Stroke Manager

Hackathon project for Hack::Peel 2022

According to the World Health Organization cardiovascular disease is the world's leading cause of death. More specifically, strokes are the 2nd leading cause of death globally. We wanted to create a project that helps tackle this issue. As a result, we created a web-app that uses Machine Learning to lower the risk of getting a stroke.

Full Devpost submission can be found at: Devpost

Main Tools Used

  • HTML, CSS and JS - Used to design the front end of the website.

  • Machine Learning - For the stroke prediction, we trained our very own machine learning model using stroke data on Kaggle. We then used a Jupyter Notebook and the Scikit Learn library to create the machine learning model. If interested, view the model training process here.

  • SQL - To store user data we created a SQL database which allows us to access user data from any file in a organized manner

  • Flask - To integrate the machine learning model and the databases onto the website so it can interact with the Front End of the website, we used Flask.

How To Use

  1. First download the repository
  2. Now, run main.py
  3. Go to: http://127.0.0.1:5000/
  4. You should now be able to see the home page of the website