Segmentation Model
Risk Prediction Model
Classification Model
MHub Container
DICOMNIFTINRRDMHA
RT-StructDICOM-SEGJSON Report

Making AI in Medical
Imaging Accessible
and Reproducible

MHub is a platform for Deep Learning models in medical imaging. We provide world-class models in a standardized and easy-to-execute format. And our MHub- IO framework makes integrating any AI model into MHub a snap.

Run AI models with a single line of code.

1 | Prepare your data

DICOM

DICOM

2 | Select your model

TotalSegmentator

Platipy

NNUnet Liver

docker run --rm -t --gpus all --network=none
-v /path/to/dicom:/app/data/input_data
-v /your/output/:/app/data/output_data
mhubai/totalsegmentator
Copy to clipboard.