Skip to content

Project-MONAI/MONAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b9a523 · Aug 15, 2024
Aug 12, 2024
Aug 15, 2024
Aug 15, 2024
Aug 15, 2024
Sep 12, 2020
Aug 26, 2021
Aug 26, 2021
Mar 30, 2020
Nov 16, 2023
Jul 1, 2024
Mar 23, 2023
Jun 26, 2024
Jun 26, 2024
Jan 26, 2021
Jul 12, 2024
May 8, 2024
Oct 11, 2019
Sep 14, 2020
May 20, 2024
Mar 23, 2023
Jun 28, 2024
Aug 13, 2024
Aug 9, 2024
Jul 6, 2024
Jul 9, 2024
Aug 12, 2024
Aug 9, 2024
Nov 1, 2022

Repository files navigation

project-monai

Medical Open Network for AI

Supported Python versions License PyPI version docker conda

premerge postmerge Documentation Status codecov

MONAI is a PyTorch-based, open-source framework for deep learning in healthcare imaging, part of PyTorch Ecosystem. Its ambitions are:

  • developing a community of academic, industrial and clinical researchers collaborating on a common foundation;
  • creating state-of-the-art, end-to-end training workflows for healthcare imaging;
  • providing researchers with the optimized and standardized way to create and evaluate deep learning models.

Features

Please see the technical highlights and What's New of the milestone releases.

  • flexible pre-processing for multi-dimensional medical imaging data;
  • compositional & portable APIs for ease of integration in existing workflows;
  • domain-specific implementations for networks, losses, evaluation metrics and more;
  • customizable design for varying user expertise;
  • multi-GPU multi-node data parallelism support.

Installation

To install the current release, you can simply run:

pip install monai

Please refer to the installation guide for other installation options.

Getting Started

MedNIST demo and MONAI for PyTorch Users are available on Colab.

Examples and notebook tutorials are located at Project-MONAI/tutorials.

Technical documentation is available at docs.monai.io.

Citation

If you have used MONAI in your research, please cite us! The citation can be exported from: https://arxiv.org/abs/2211.02701.

Model Zoo

The MONAI Model Zoo is a place for researchers and data scientists to share the latest and great models from the community. Utilizing the MONAI Bundle format makes it easy to get started building workflows with MONAI.

Contributing

For guidance on making a contribution to MONAI, see the contributing guidelines.

Community

Join the conversation on Twitter/X @ProjectMONAI or join our Slack channel.

Ask and answer questions over on MONAI's GitHub Discussions tab.

Links