Home

Awesome

<h1 align="center"> <a href="http://www.clinicadl.readthedocs.io"> <img src="https://clinicadl.readthedocs.io/en/latest/images/logo.png" alt="ClinicaDL Logo" width="120" height="120"> </a> <br/> ClinicaDL </h1> <p align="center"><strong>Framework for the reproducible processing of neuroimaging data with deep learning methods</strong></p> <p align="center"> <a href="https://ci.inria.fr/clinicadl/job/AD-DL/job/dev/"> <img src="https://ci.inria.fr/clinicadl/buildStatus/icon?job=AD-DL%2Fdev" alt="Build Status"> </a> <a href="https://badge.fury.io/py/clinicadl"> <img src="https://badge.fury.io/py/clinicadl.svg" alt="PyPI version"> </a> <a href='https://clinicadl.readthedocs.io/en/latest/?badge=latest'> <img src='https://readthedocs.org/projects/clinicadl/badge/?version=latest' alt='Documentation Status' /> </a> <a href='https://pepy.tech/project/clinicadl'> <img src='https://static.pepy.tech/badge/clinicadl/month' alt='Downloads' /> </a> </p> <p align="center"> <a href="https://clinicadl.readthedocs.io/">Documentation</a> | <a href="https://aramislab.paris.inria.fr/clinicadl/tuto">Tutorial</a> | <a href="https://groups.google.com/forum/#!forum/clinica-user">Forum</a> </p>

About the project

This repository hosts ClinicaDL, the deep learning extension of Clinica, a python library to process neuroimaging data in BIDS format.

Disclaimer: this software is under development. Some features can change between different releases and/or commits.

To access the full documentation of the project, follow the link https://clinicadl.readthedocs.io/. If you find a problem when using it or if you want to provide us feedback, please open an issue or write on the forum.

Getting started

ClinicaDL currently supports macOS and Linux.

We recommend to use conda or virtualenv for the installation of ClinicaDL as it guarantees the correct management of libraries depending on common packages:

conda create --name ClinicaDL python=3.8
conda activate ClinicaDL
pip install clinicadl

Tutorial

Visit our hands-on tutorial web site to start using ClinicaDL directly in a Google Colab instance!

Related Repositories

Citing us