Skip to content

aramis-lab/MICCAI-educational-challenge-2020

Folders and files

NameName
Last commit message
Last commit date
Feb 16, 2022
Jul 7, 2020
Apr 15, 2021
Oct 27, 2020
Feb 17, 2022
Apr 16, 2020
Apr 15, 2021
Jul 24, 2020
Mar 30, 2021
Mar 30, 2021
Feb 8, 2021

Repository files navigation

MICCAI-educational-challenge-2020

This repository contains the supports for a tutorial to perform AD Classification using Clinica.

When cloning remember to include the submodules:

git submodule update --init --recursive

Jupyter-book is automatically deployed here: https://aramislab.paris.inria.fr/clinicadl/tuto/intro.html

When Notebooks-AD-DL is updated, type:

git submodule update --remote

to update the Jupyter-book.

To run locally, please install the necessary packages inside a conda environment:

conda create -y -n clinicadl_tuto python=3.7
conda activate clinicadl_tuto
pip install jupyterlab
pip install clinicadl==0.2.1

Then, you can clone the repository containing this tutorial and lauch the notebooks from inside:

git clone [email protected]:aramis-lab/MICCAI-educational-challenge-2020.git
cd ./Notebooks-AD-DL
jupyter notebook