Project-MONAI / MONAI
- пятница, 24 апреля 2020 г. в 00:21:15
Python
AI Toolkit for Healthcare Imaging
Medical Open Network for AI
MONAI is a PyTorch-based, open-source framework for deep learning in healthcare imaging. Its ambitions are:
The codebase is currently under active development.
To install the current release:
pip install monai
To install from the source code repository:
pip install git+https://github.com/Project-MONAI/MONAI#egg=MONAI
Alternatively, pre-built Docker image is available via DockerHub:
# with docker v19.03+
docker run --gpus all --rm -ti --ipc=host projectmonai/monai:latest
Tutorials & examples are located at monai/examples.
Technical documentation is available via Read the Docs.
For guidance on making a contribution to MONAI, see the contributing guidelines.