# monai
**Repository Path**: MooreThreads/monai
## Basic Information
- **Project Name**: monai
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-12-19
- **Last Updated**: 2025-12-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
**M**edical **O**pen **N**etwork for **AI**

[](https://opensource.org/licenses/Apache-2.0)
[](https://badge.fury.io/py/monai)
[](https://hub.docker.com/r/projectmonai/monai)
[](https://anaconda.org/conda-forge/monai)
[](https://github.com/Project-MONAI/MONAI/actions/workflows/pythonapp.yml)
[](https://github.com/Project-MONAI/MONAI/actions?query=branch%3Adev)
[](https://docs.monai.io/en/latest/)
[](https://codecov.io/gh/Project-MONAI/MONAI)
[](https://piptrends.com/package/monai)
MONAI is a [PyTorch](https://pytorch.org/)-based, [open-source](https://github.com/Project-MONAI/MONAI/blob/dev/LICENSE) framework for deep learning in healthcare imaging, part of the [PyTorch Ecosystem](https://pytorch.org/ecosystem/).
Its ambitions are as follows:
- Developing a community of academic, industrial and clinical researchers collaborating on a common foundation;
- Creating state-of-the-art, end-to-end training workflows for healthcare imaging;
- Providing researchers with the optimized and standardized way to create and evaluate deep learning models.
## Introduction
This repsitory is froked from official MONAI with Moore Thread MUSA supported. Current version is MONAI 1.5.0.
For more information, please refer to [Offical README](https://github.com/Project-MONAI/MONAI)
## Setup & Installation
1. Setup from Image
```bash
To create a public accessable image, and put the cmd here, TBD
```
2. Install from wheel
```bash
pip install dist/monai-1.5.0-py3-none-any.whl
```
3. Install from source
```bash
#make sure torch musa etc is well setup
BUILD_MONAI=1 python setup.py develop
```
## Getting Started
[MedNIST demo](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/2d_classification/mednist_tutorial.ipynb) and [MONAI for PyTorch Users](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/modules/developer_guide.ipynb) are available on Colab.
Examples and notebook tutorials are located at [Project-MONAI/tutorials](https://github.com/Project-MONAI/tutorials).
Technical documentation is available at [docs.monai.io](https://docs.monai.io).
## Links
- Website:
- API documentation (milestone):
- API documentation (latest dev):
- Code:
- Project tracker:
- Issue tracker:
- Wiki:
- Test status:
- PyPI package:
- conda-forge:
- Weekly previews:
- Docker Hub: