A comparison of multiple model's prediction of heart disease based on features taken from a csv dataset. Compares their outputs to see the best one.
- Start venv.
- Install requirements
pip install -r requirements.txt
- Nivida drivers may take some time and sometimes have trouble.
- cd into backend and run "app.py"
- Ctrl click on the link in terminal.
If more dependencies are added please use the following command to add to the requirements.
pip freeze > requirements.txt