YuanSingapore / MONAI-MedicalImage-SageMaker

demo the capability of using MONAI to processing, predicting medical images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MONAI-MedicalImage-SageMaker

This repository contains examples and related resources showing you how to you can use deep learning algorithms from MONAI libries to train models and conduct inference using Amazon SageMaker with Bring Your Own Script (BROS) model.

Overview

We demo the capability of using MONAI in Amazon SageMaker to transform, train the images and then annotate the medical images automatically. This repo was adapted from local model of 2 examples from MONAI project, specifically on the 2D classification and 3D segmentation from MONAI tutorials.

Repository Structure

  • Classification Classification of 2D CT images in DICOM format into COVID-19 infection, Community Acquired Pneumonia and normal conditions.

  • Segementation Segmentation of spleen from 3D CT images, which are captured in NIFTI format.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

demo the capability of using MONAI to processing, predicting medical images

License:MIT No Attribution


Languages

Language:Jupyter Notebook 92.8%Language:Python 7.2%