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.
- Mikayla McCormack (mmccor23)
- Chase Woodfill (cwoodfil)
- Devanshi Patel (dpate139)
- Tully Fitzpatrick (bfitzpa8)
- Jayden Leuciuc (jleuciu1)
Link: https://www.kaggle.com/code/syedali110/heart-disease-detection/notebook
- Make sure you have a working node.js environment.
- To start Flask server:
- Make sure you are running with Python >= 3.10v. You can run
python3.10 -m venv venv
to create the virtual environment. - Activate the venv
source venv/bin/activate
- Run
pip install -r requirements.txt
- CD into
flask_api
and runpython3 app.py
- Make sure you are running with Python >= 3.10v. You can run
- Run
npm install
- Then
npm run dev
- The development server should start on localhost, and be available in the browser.