All Projects → aramis-lab → clinicadl

aramis-lab / clinicadl

Licence: MIT license
Framework for the reproducible processing of neuroimaging data with deep learning methods

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to clinicadl

Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (-74.56%)
Mutual labels:  medical-imaging, brain-imaging
Dipy
DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.
Stars: ✭ 417 (+265.79%)
Mutual labels:  medical-imaging, neuroimaging
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (-29.82%)
Mutual labels:  medical-imaging, convolutional-neural-network
visualqc
VisualQC : assistive tool to ease the quality control workflow of neuroimaging data.
Stars: ✭ 56 (-50.88%)
Mutual labels:  medical-imaging, neuroimaging
Dltk
Deep Learning Toolkit for Medical Image Analysis
Stars: ✭ 1,249 (+995.61%)
Mutual labels:  medical-imaging, neuroimaging
Brain-MRI-Segmentation
Smart India Hackathon 2019 project given by the Department of Atomic Energy
Stars: ✭ 29 (-74.56%)
Mutual labels:  medical-imaging, brain-imaging
Slicer
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 263 (+130.7%)
Mutual labels:  medical-imaging, neuroimaging
bidscoin
BIDScoin converts your source-level neuroimaging data to BIDS
Stars: ✭ 75 (-34.21%)
Mutual labels:  neuroimaging, brain-imaging
ColeAnticevicNetPartition
Public release of The Cole-Anticevic Brain-wide Network Partition (CAB-NP)
Stars: ✭ 48 (-57.89%)
Mutual labels:  neuroimaging, brain-imaging
Extensionsindex
Slicer extensions index
Stars: ✭ 36 (-68.42%)
Mutual labels:  medical-imaging, neuroimaging
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+685.96%)
Mutual labels:  medical-imaging, neuroimaging
nobrainer
A framework for developing neural network models for 3D image processing.
Stars: ✭ 123 (+7.89%)
Mutual labels:  medical-imaging, neuroimaging
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (+25.44%)
Mutual labels:  medical-imaging, neuroimaging
brainGraph
Graph theory analysis of brain MRI data
Stars: ✭ 136 (+19.3%)
Mutual labels:  neuroimaging, brain-imaging
mammography metarepository
Meta-repository of screening mammography classifiers
Stars: ✭ 44 (-61.4%)
Mutual labels:  medical-imaging
DeepBind-with-PyTorch
CNN architecture for predicting DNA binding sites for Transcription Factors
Stars: ✭ 36 (-68.42%)
Mutual labels:  convolutional-neural-network
chestViewSplit
Automatically split the chest x-ray into two views
Stars: ✭ 17 (-85.09%)
Mutual labels:  medical-imaging
go-dicom
DICOM parser for golang
Stars: ✭ 51 (-55.26%)
Mutual labels:  medical-imaging
Skin Lesion Detection Deep Learning
Skin lesion detection from dermoscopic images using Convolutional Neural Networks
Stars: ✭ 48 (-57.89%)
Mutual labels:  medical-imaging
MRQy
MRQy is a quality assurance and checking tool for quantitative assessment of magnetic resonance imaging (MRI) data.
Stars: ✭ 58 (-49.12%)
Mutual labels:  medical-imaging

ClinicaDL Logo
ClinicaDL

Framework for the reproducible processing of neuroimaging data with deep learning methods

Build Status PyPI version Documentation Status

Documentation | Tutorial | Forum

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

  • Thibeau-Sutre, E., Díaz, M., Hassanaly, R., Routier, A., Dormont, D., Colliot, O., Burgos, N.: ‘ClinicaDL: an open-source deep learning software for reproducible neuroimaging processing‘, 2021. hal-03351976
  • Routier, A., Burgos, N., Díaz, M., Bacci, M., Bottani, S., El-Rifai O., Fontanella, S., Gori, P., Guillon, J., Guyot, A., Hassanaly, R., Jacquemont, T., Lu, P., Marcoux, A., Moreau, T., Samper-González, J., Teichmann, M., Thibeau-Sutre, E., Vaillant G., Wen, J., Wild, A., Habert, M.-O., Durrleman, S., and Colliot, O.: ‘Clinica: An Open Source Software Platform for Reproducible Clinical Neuroscience Studies’, 2021. doi:10.3389/fninf.2021.689675 Open Access version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].