Skip to content

fdac24/heart-disease-detection

Repository files navigation

Heart Disease Detection

Introduction

This project allows for users to go to a web site and input their symptoms. Based on findings from a dataset, it will predict how at risk the user is for heart disease.

Team Members

  • Mikayla McCormack (mmccor23)
  • Chase Woodfill (cwoodfil)
  • Devanshi Patel (dpate139)
  • Tully Fitzpatrick (bfitzpa8)
  • Jayden Leuciuc (jleuciu1)

Model Being Used

Link: https://www.kaggle.com/code/syedali110/heart-disease-detection/notebook

Running the Project

  • Make sure you have a working node.js environment.
  • To start Flask server:
    1. Make sure you are running with Python >= 3.10v. You can run python3.10 -m venv venv to create the virtual environment.
    2. Activate the venv source venv/bin/activate
    3. Run pip install -r requirements.txt
    4. CD into flask_api and run python3 app.py
  • Run npm install
  • Then npm run dev
  • The development server should start on localhost, and be available in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published