A generalizable AI framework for segmentation, regression, and classification in medical imaging, built on PyTorch. Current version 0.1.5, with releases on PyPI monthly. Supports multiple architectures and modalities.
pip install gandlfVerified import paths — ran on the pinned version, not inferred.
Basic training with GaNDLF using a YAML config file. Replace paths as needed.
Use Python 3.10, 3.11, or 3.12.
Use full submodule path (e.g., 'from gandlf.training_manager import TrainingManager').
Use os.path.abspath() or absolute paths in YAML.
Run 'pip install torch monai' before installing gandlf.