This project contains the publicly available code for my master project software engineering on vascular age.
- Ensure you are in the root dir of the project
cd PROJECT_DIR- If no virtual environment exists yet (i.e. no
venv3.*folder available) then create it:
make venv- Load the virtual environment:
source source.sh- install software requirements (if not done yet)
make pip- install the project itself:
make install- run the project
python3 realage/main.py
# OR:
make run- Alternatively, run one of the notebooks (not publicly available because those contain private information)
make lab
# go to localhost:8080 (or the next port if 8080 was unavailable)