Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Healthcare / MONAI — Medical Open Network for AI Imaging
⬡PipelineHealthcareFree

MONAI — Medical Open Network for AI Imaging

Project MONAI's Apache-2.0 PyTorch framework for medical image segmentation, classification, and registration — the standard for AI radiology research.

@ai-supply
Installs178k
Rating★ 4.9
Reviews59
Install (free) to download the source.↗ Source repository

MONAI — Medical Open Network for AI (Imaging)

MONAI is the dominant open-source framework for deep learning in medical imaging. Built on PyTorch, it provides production-grade components for 2D/3D image segmentation, classification, detection, and registration across CT, MRI, pathology, ultrasound, and X-ray modalities.

Key Features

  • Domain-specific transforms: intensity normalisation, random cropping, spacing resampling, affine augmentation in 3D
  • Pre-trained model zoo: auto-segmentation for 104 anatomical structures, whole-body CT, brain MRI
  • MONAI Label: active-learning annotation server (integrates with 3D Slicer, OHIF)
  • Distributed training, AMP, and gradient checkpointing for large 3D volumes
  • Federated learning support via FLARE
  • NIfTI, DICOM, and MetaImage I/O out of the box

Quick Start

pip install monai
from monai.networks.nets import UNet
from monai.losses import DiceLoss
from monai.transforms import Compose, LoadImaged, ScaleIntensityd

model = UNet(spatial_dims=3, in_channels=1, out_channels=2,
             channels=(16,32,64,128,256), strides=(2,2,2,2))
loss_fn = DiceLoss(to_onehot_y=True, softmax=True)
npx ai-supply add monai-medical-imaging-framework

Curated mirror of the open-source MONAI (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy