BraTS Orchestrator
______ _____ _____
| ___ \ |_ _/ ___|
| |_/ /_ __ __ _| | \ `--.
| ___ \ '__/ _` | | `--. \
| |_/ / | | (_| | | /\__/ /
\____/|_| \__,_\_/ \____/
_____ _ _ _
| _ | | | | | | |
| | | |_ __ ___| |__ ___ ___| |_ _ __ __ _| |_ ___ _ __
| | | | '__/ __| '_ \ / _ \/ __| __| '__/ _` | __/ _ \| '__|
\ \_/ / | | (__| | | | __/\__ \ |_| | | (_| | || (_) | |
\___/|_| \___|_| |_|\___||___/\__|_| \__,_|\__\___/|_|
Providing the top-performing algorithms from the Brain Tumor Segmentation (BraTS) challenges, through an easy-to-use Python API.
Documentation
|
Quickstart Get up and running in minutes. Go to Quickstart |
Segmentation Adult glioma, meningioma, metastases, and more. Go to Segmentation |
|
Inpainting Synthesize healthy tissue in tumor regions. Go to Inpainting |
Missing MRI Generate missing MRI sequences. Go to Missing MRI |
Installation
pip install brats
# Python >= 3.10 required for preprocessing:
pip install brats[preprocessing]
[!IMPORTANT] BraTS Orchestrator requires Docker or Singularity to run algorithm containers. Most algorithms also need GPU support (NVIDIA Container Toolkit). See the installation docs for full setup instructions.
Quick Example
from brats import AdultGliomaPreAndPostTreatmentSegmenter
segmenter = AdultGliomaPreAndPostTreatmentSegmenter(cuda_devices="0")
segmenter.infer_single(
t1c="path/to/t1c.nii.gz",
t1n="path/to/t1n.nii.gz",
t2f="path/to/t2f.nii.gz",
t2w="path/to/t2w.nii.gz",
output_file="segmentation.nii.gz",
)
Citation
If you use BraTS Orchestrator in your research, please cite:
Kofler, F., et al. (2025). BraTS orchestrator: Democratizing and Disseminating state-of-the-art brain tumor image analysis. arXiv:2506.13807
@misc{kofler2025bratsorchestratordemocratizing,
title={BraTS orchestrator: Democratizing and Disseminating state-of-the-art brain tumor image analysis},
author={Florian Kofler and others},
year={2025},
eprint={2506.13807},
archivePrefix={arXiv},
primaryClass={eess.IV},
url={https://arxiv.org/abs/2506.13807},
}
Contributing
We welcome contributions! Please open a new issue here or have a look at our CONTRIBUTING.md.
License
Release files for brats 0.1.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| brats-0.1.11.tar.gz | 318.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| brats-0.1.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 370.0 kB
Release files / brats-0.1.11.tar.gz
| Download URL | brats-0.1.11.tar.gz |
|---|---|
| Size | 318.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6c0ef366a0d4b1c358e6c6d980f1a5905c72865054c802426aba41f4aaea5e8b
|
|
BLAKE2b-256 checksum How to use checksums |
2da579ff46539078120d3d9584740944fe4b1c5ce65e4ccde2c679cb764e42a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / brats-0.1.11-py3-none-any.whl
| Download URL | brats-0.1.11-py3-none-any.whl |
|---|---|
| Size | 51.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c37464e7dadb8473fea29bfcbe47cd2a17f442b190346435b6946839a7cc8ff8
|
|
BLAKE2b-256 checksum How to use checksums |
f86156ccbff7b941e77f59ff78e2f66cd7df23aa3ff72f742d02dd2af25d5857
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|