Personal Note: This repository is a fork of the origninal project developed during my time at Monash Univeristy. My contributions were made under my student GitHub account yche0323 (https://github.com/yche0323).
Cardio Vision AI is a web application that utilizes a deep learning model for cardiovascular disease predictions.
-
Navigate to the backend directory:
cd cardio-vision-ai/backend -
Install the necessary dependencies:
npm install *move tensorflow.dll from node_modules\@tensorflow\tfjs-node\lib\napi-v9 to napi-v8
-
Create a
.envfile with the following layout:MONGO_URI="your_mongo_atlas_uri" JWT_SECRET="your_jwt_secret_key" MODEL_PATH="path_to_your_trained_model"
To start the backend server, run:
npm start-
Navigate to the frontend directory:
cd cardio-vision-ai/frontend -
Install the necessary dependencies:
npm install
To start the frontend development server, run:
npm startThis will launch the web application in your default browser.