Skip to content

ddomingof/predictme

Repository files navigation

PredictMe

Configuration

Configuration used to run the project:

Setup R

  1. Point to R in .bashrc (example)
export R_HOME="/Library/Frameworks/R.framework/Resources"
  1. Install R libraries required using the script located inside the R directory
R < R/install_R_libraries.R --no-save  

Run PredictMe

  • Install Python requirements

python3 -m pip install -r requirements.txt

Note that you might have to run "python" instead of "python3" in your computer. The only reason why I use python3 is to ensure I use the python3 version and not the python3 one.

  • Run locally

python3 manage.py runserver (Run locally the web application on http://127.0.0.1:8000/)

About

A web application for stratification of Alzheimer's and Parkinson's disease patients

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published