PredictMod is a web app created to inform physicians' decisions. PredictMod takes metagenomic gastrointestinal (GI) microbiome and electronic health record (EHR) data as input and uses a machine learning algorithm to form predictions of whether the ketogenic diet may be successful.
The PredictMod web app was designed using Figma and implemented using VueJS. For more information on these, see the links below:
This repository can be cloned directly using the following command:
git clone https://github.com/GW-HIVE/PredictMod.git
Navigate to the PredictMod directory and use the following command to install the necessary dependancies
npm install
Navigate to the upload-api directory and execute the following command to start the server:
npm start
Navigate to the vue-upload directory and execute the following command to start the app:
npm run serve
Now a link should appear, which you can follow to see the client side of the app