Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 408 Bytes

Machine Learning Models

In this section, we have implemented two prediction modules:

  • one for predicting if the heart is diseased based on input data (analyses),
  • another for segmentation (these are initial models).

Flask

We were able to deploy our models in Flask and connect them within our application (Heart Disease Prediction).

To run flask app

  • pip install flask_cors
  • npm dev run