Follow these steps to set up your project environment:
-
Create the virtual environment
Open a terminal in this directory and run:python3 -m venv scripts/.venv -
Activate the virtual environment
source scripts/.venv/bin/activate -
Install the required packages
pip install -r scripts/requirements.txt
Developed as a University assignment for the course Complex Data in Health at UPM
- Notebooks: You can run the notebook located at
- `scripts/
- Documentation: You can read the project report in
CDE_Studying_a_Disease.pdfwith any PDF viewer.