Skip to content

Leandr0Duar7e/AlzheimerComplexDataProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project

Setting up the Python virtual environment

Follow these steps to set up your project environment:

  1. Create the virtual environment
    Open a terminal in this directory and run:

    python3 -m venv scripts/.venv
    
  2. Activate the virtual environment

    source scripts/.venv/bin/activate
    
  3. Install the required packages

    pip install -r scripts/requirements.txt
    

AlzheimerComplexDataProject

Developed as a University assignment for the course Complex Data in Health at UPM

How to run the analysis notebooks and view materials

  • Notebooks: You can run the notebook located at
    • `scripts/
  • Documentation: You can read the project report in CDE_Studying_a_Disease.pdf with any PDF viewer.

About

Developed as a University assignment for the course Complex Data in Health in UPM

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors