fastMONAI library
Project description
Overview
A low-code Python-based open source deep learning library built on top of fastai, MONAI, and TorchIO.
fastMONAI simplifies the use of state-of-the-art deep learning techniques in 3D medical image analysis for solving classification, regression, and segmentation tasks. fastMONAI provides the users with functionalities to step through data loading, preprocessing, training, and result interpretations.
Note: This documentation is also available as interactive notebooks.
Installing
From PyPI
pip install fastMONAI
From Github
If you want to install an editable version of fastMONAI run:
git clone https://github.com/MMIV-ML/fastMONAI
pip install -e 'fastMONAI[dev]'
Getting started
The best way to get started using fastMONAI is to read the paper and look at the step-by-step tutorial-like notebooks to learn how to train your own models on different tasks (e.g., classification, regression, segmentation). See the docs at https://fastmonai.no for more information.
Notebook | 1-Click Notebook |
---|---|
09a_tutorial_classification.ipynb shows how to construct a binary classification model based on MRI data. |
|
09b_tutorial_regression.ipynb shows how to construct a model to predict the age of a subject from MRI scans (“brain age”). |
|
09c_tutorial_binary_segmentation.ipynb shows how to do binary segmentation (extract the left atrium from monomodal cardiac MRI). |
|
09d_tutorial_multiclass_segmentation.ipynb shows how to perform segmentation from multimodal MRI (brain tumor segmentation). |
How to contribute
See CONTRIBUTING.md
Citing fastMONAI
@article{kaliyugarasan2022fastMONAI,
title={fastMONAI: a low-code deep learning library for medical image analysis},
author={Kaliyugarasan, Satheshkumar and Lundervold, Alexander Selvikv{\aa}g},
year={2022}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fastMONAI-0.1.3.tar.gz
.
File metadata
- Download URL: fastMONAI-0.1.3.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ee8ae0096262bbf2e685b983a7b92029a1470f13b5fae78724d7549485ac864 |
|
MD5 | 796649f02cc8da8e4cd39724b361e05e |
|
BLAKE2b-256 | 8c4440e2afc81481d804384fbbb17e496cab7f09a29058aae1bd1fc820cdb2b5 |
File details
Details for the file fastMONAI-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: fastMONAI-0.1.3-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9e146284368c12c00bea4646ec44db73b271c03906221aff9aac9c536ae8802 |
|
MD5 | d330ec0222121983eeef87ff970ae07d |
|
BLAKE2b-256 | 641d8b7e28be4520504307a3b2e910d6832f3fc1c4093063a42a8bd5594065ab |