AWS-BugBust-01 / ivadomed-01

Repository on the collaborative IVADO medical imaging project between the Mila and NeuroPoly labs.

Home Page:https://ivadomed.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ivadomed Overview

DOI Coverage Status test status publish package Documentation Status License: MIT Twitter Follow

ivadomed is an integrated framework for medical image analysis with deep learning.

The technical documentation is available here.

Installation

ivadomed requires Python >= 3.6 and < 3.9 as well as PyTorch == 1.5.0. We recommend working under a virtual environment, which could be set as follows:

virtualenv venv-ivadomed
source venv-ivadomed/bin/activate

Install from release (recommended)

Install ivadomed and its requirements from Pypi <https://pypi.org/project/ivadomed/>__:

pip install --upgrade pip
pip install ivadomed

Install from source

Bleeding-edge developments are available on the project's master branch on Github. Installation procedure is the following:

git clone https://github.com/neuropoly/ivadomed.git
cd ivadomed
pip install -e .

Contributors

This project results from a collaboration between the NeuroPoly Lab and the Mila. The main funding source is IVADO.

List of contributors

Consult our Wiki(https://github.com/ivadomed/ivadomed/wiki) here for more help

About

Repository on the collaborative IVADO medical imaging project between the Mila and NeuroPoly labs.

https://ivadomed.org

License:MIT License


Languages

Language:Python 95.7%Language:TeX 2.9%Language:Shell 1.4%