Advanced Tutorial MONAI Python PythonPip AI

Example 1: Installing MONAI using the PythonPip module

Introduction

With the PythonPip module, you can import additional Python libraries into MeVisLab.

Steps to do

Install PyTorch

As MONAI requires PyTorch, install it by using the PythonPip module as described here.

Install MONAI

After installing torch and torchvision, we install MONAI.

For installing MONAI enter "monai" into the Command textbox and press Install.

Install MONAI

Install MONAI

After clicking Install, the pip console output opens and you can follow the process of the installation.

PythonPip MONAI

PythonPip MONAI

After the installation was finished with exit code 0, you should see the new packages in the PythonPip module.

MONAI installed

MONAI installed

Summary

  • MONAI can be installed and directly used in MeVisLab by using the PythonPip module.