Welcome to the MONAI Bootcamp repository! This repository contains notebooks for hosting a MONAI Bootcamp event. The notebooks provide valuable resources for learning and exploring the MONAI framework.
We have recorded video sessions for our previous bootcamps, including the 2021 MONAI Bootcamp and the 2023 MONAI Bootcamp. These videos are available on the MONAI YouTube Channel. They provide in-depth explanations and demonstrations of the concepts covered in the bootcamp.
To get the most out of the notebooks, we strongly recommend running them with GPU support enabled. You can easily run the notebooks on Google Colab or Amazon SageMaker Studio Lab, which provides access to GPUs. Using GPUs significantly accelerates the computation and improves the performance of MONAI.
Feel free to explore the notebooks and video resources to enhance your understanding of MONAI. Happy learning!
Intro to MONAI Core
MONAI End-to-End Workflow
MONAI End-to-End Workflow - Solution
MONAI Bundles and Model Zoo
Auto3DSeg Hello World
(Optional)Creating a Simple Image Processing App with MONAI Deploy App SDK
(Optional) Deploying a MedNIST Classifier App with MONAI Deploy App SDK
Creating a Segmentation App with MONAI Deploy App SDK
Bring Your Own Model with MONAI Deploy App SDK
While using Google Colab or Studio Lab, Docker cannot be fully utilized for packaging your MONAI Deploy Application Package (MAP). To avoid any issues, we have commented out the docker-specific instructions in the notebooks. If you run the notebooks locally, you can uncomment and execute these instructions to demonstrate the packaging process.
Running MONAI Label requires a dedicated server and an external viewing application, which makes it challenging to provide a hands-on example using Google Colab or Amazon SageMaker Studio Lab. However, if you're interested in exploring MONAI Label, you can follow the installation instructions provided in the section below to set it up locally.
For a video presentation and demo walkthrough by Andres Diaz-Pinto at the 2021 MONAI Bootcamp, visit this MONAI YouTube Channel.
Follow the installation instructions and watch the video to learn more about MONAI Label and its usage for your projects.
To set up your local environment, please follow the installation instructions for MONAI Core, MONAI Label, and MONAI Deploy. Below are the links to the installation documentation for each project:
If your local machine supports GPU, refer to the official PyTorch documentation for instructions on installing PyTorch with GPU support based on your system configuration.
AWS has been actively involved in sponsoring and presenting at our MONAI events. They provide a range of publicly available MONAI resources on the AWS platform. For a comprehensive list of these resources, please refer to the AWS Resources README.