Are you looking to get started with Project MONAI? You can find installation and tutorial links below to help you quickly get started. If you're a more visual learner, you can find videos from our MONAI Bootcamp
For MONAI, you'll find Jupyter Notebooks available to help you through fundamental components and workflows, including 2D and 3D Classification and Segmentation, Image Registration, Digital Pathology, and Accelerated Training.
For MONAI Label, you'll find sample apps that utilize three different segmentation paradigms. Use the existing app as-is or create your own using these as a starting point.
For MONAI Deploy, you'll find example deployment apps starting with a simple app to a MedNIST segmentation tutorial. These tutorials will walk you through the process of creating your first deployment application through deploying it using MONAI Inference Server.
A PyTorch-based, open-source framework for deep learning in healthcare imaging used to create state-of-the-art, end-to-end training workflows.
To install the current release run the following command:
pip install monai
An intelligent open-source medical image labeling and learning tool that enables you to create annotated datasets and build AI annotation models quickly.
To install the current release run the following command:
pip install monailabel
A framework and associated tools to design, verify and analyze the performance of AI-driven applications in the healthcare domain.
To install MONAI Deploy App SDK run the following command:
pip install monai-deploy-app-sdk
To install MONAI Deploy Inference Server (MIS) check out the installation guide.
Training and evaluation code examples for 2D medical image segmentation
2D image segmentation with Unet
Training and evaluation code examples for 3D medical image classification
Brain MRI classification examples
Training and evaluation code examples for 3D medical image classification (with PyTorch Ignite)
Brain MRI classification examples with Ignite
Brain tumor 3D segmentation
Brats segmentation tutorial
Training and evaluation code examples for 3D medical image segmentation
Volumetric image segmentation examples
Build a segmentation workflow (with PyTorch Ignite)
Segmentation workflow demo with Ignite
Fast training under MONAI features
Fast training demo
Data-parallel training with multiple-GPUs
Multi-GPU training demo
GPU-based preprocessing in native PyTorch
GPU-based pipeline demo
General Single-Label and Multi-Label Segmentation
Segmentation
Spleen Segmentation Model on CT Images
Spleen Segmentation
Creating a simple image processing App
Simple Image Processing App
Creating a MedNIST Classifier App
MedNIST Classifier App
Creating a Spleen Segmentation App
Segmentation App
Deploying an App with MONAI Inference Service (MIS)
Deploy with MIS