Active Learning Toolkit for Healthcare Imaging
Project description
MONAI Label
MONAI Label is a server-client system that facilitates interactive medical image annotation by using AI. It is an open-source and easy-to-install ecosystem that can run locally on a machine with one or two GPUs. Both server and client work on the same/different machine. However, initial support for multiple users is restricted. It shares the same principles with MONAI.
Features
The codebase is currently under active development.
- Framework for developing and deploying MONAI Label Apps to train and infer AI models
- Compositional & portable APIs for ease of integration in existing workflows
- Customizable labelling app design for varying user expertise
- Annotation support via 3DSlicer & OHIF
- PACS connectivity via DICOMWeb
Installation
MONAI Label supports following OS with GPU/CUDA enabled.
- Ubuntu
- Windows
To install the current release, you can simply run:
pip install monailabel
# download sample apps/dataset
monailabel apps --download --name deepedit --output apps
monailabel datasets --download --name Task02_Heart --output datasets
# run server
monailabel start_server --app apps/deepedit --studies datasets/Task02_Heart/imagesTr
If monailabel install path is not automatically determined, then you can provide explicit install path as:
monailabel apps --prefix ~/.local
For prerequisites, other installation methods (using the default GitHub branch, using Docker, etc.), please refer to the installation guide.
Once you start the MONAI Label Server, by default it will be up and serving at http://127.0.0.1:8000/. Open the serving URL in browser. It will provide you the list of Rest APIs available.
3D Slicer
Download Preview Release from https://download.slicer.org/ and install MONAI Label plugin from Slicer Extension Manager.
Refer 3D Slicer plugin for other options to install and run MONAI Label plugin in 3D Slicer.
To avoid accidentally using an older Slicer version, you may want to uninstall any previously installed 3D Slicer package.
OHIF
MONAI Label comes with pre-built plugin for OHIF Viewer.
Please install Orthanc before using OHIF Viewer. For Ubuntu 20.x, Orthanc can be installed as
apt-get install orthanc orthanc-dicomweb
. However, you have to upgrade to latest version by following steps mentioned hereYou can use PlastiMatch to convert NIFTI to DICOM
OHIF Viewer will be accessible at http://127.0.0.1:8000/ohif/
NOTE: OHIF does not yet support Scribbles-based annotations.
Contributing
For guidance on making a contribution to MONAI Label, see the contributing guidelines.
Community
Join the conversation on Twitter @ProjectMONAI or join our Slack channel.
Ask and answer questions over on MONAI Label's GitHub Discussions tab.
Links
- Website: https://monai.io/
- API documentation: https://docs.monai.io/projects/label
- Code: https://github.com/Project-MONAI/MONAILabel
- Project tracker: https://github.com/Project-MONAI/MONAILabel/projects
- Issue tracker: https://github.com/Project-MONAI/MONAILabel/issues
- Wiki: https://github.com/Project-MONAI/MONAILabel/wiki
- Test status: https://github.com/Project-MONAI/MONAILabel/actions
- PyPI package: https://pypi-hypernode.com/project/monailabel/
- Weekly previews: https://pypi-hypernode.com/project/monailabel-weekly/
- Docker Hub: https://hub.docker.com/r/projectmonai/monailabel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for monailabel-weekly-0.3.dev2142.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd83dfeb0d2e8bd0b99e5d3c6fdd5ac885f8397dae384bc4fdb9a4a92004bb99 |
|
MD5 | 8bf8cd79bc0f95553cfcc1fd293f9c93 |
|
BLAKE2b-256 | 4de6d7f37809e102ff95e0baa8b304777506cf7f73dee30bc318fba0f63e75f7 |
Hashes for monailabel_weekly-0.3.dev2142-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a1743a94ccd32751c73949aec09f364c667dc0cc786da4fd40ed390e934308 |
|
MD5 | 5b3ba770b4968fc277d2e312b75fc363 |
|
BLAKE2b-256 | e524a9ee267ba25b109ee87eaa464265a4d7ba717b06e74389b707e1992d4b91 |