Medical Open Network for AI
MONAI is a PyTorch-based, open-source framework for deep learning in healthcare imaging, part of the PyTorch Ecosystem. Its ambitions are as follows:
Please see the technical highlights and What’s New of the milestone releases.
MONAI works with the currently supported versions of Python, and depends directly on NumPy and PyTorch with many optional dependencies.
dev branch in this repository is the unreleased development version of MONAI which typically will support current versions of dependencies and include updates and bug fixes to do so.requirements*.txt files for dependency version information.To install the current release, you can simply run:
pip install monai
Please refer to the installation guide for other installation options.
MedNIST demo and MONAI for PyTorch Users are available on Colab.
Examples and notebook tutorials are located at Project-MONAI/tutorials.
Technical documentation is available at docs.monai.io.
If you have used MONAI in your research, please cite us! The citation can be exported from: https://arxiv.org/abs/2211.02701.
The MONAI Model Zoo is a place for researchers and data scientists to share the latest and great models from the community. Utilizing the MONAI Bundle format makes it easy to get started building workflows with MONAI.
For guidance on making a contribution to MONAI, see the contributing guidelines.
Join the conversation on Twitter/X @ProjectMONAI, LinkedIn, or join our Slack channel.
Ask and answer questions over on MONAI’s GitHub Discussions tab.