.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AGENTS.md
CLAUDE.md
LICENSE
README.md
logo.png
pixi.lock
pyproject.toml
.claude/skills/konfai-cli/SKILL.md
.claude/skills/konfai-cli/references/apps-layer.md
.claude/skills/konfai-cli/references/cli-reference.md
.claude/skills/konfai-cli/references/config-authoring.md
.claude/skills/konfai-cli/references/examples-and-recipes.md
.claude/skills/konfai-cli/references/workspace-and-runtime.md
.claude/skills/konfai-experiments/SKILL.md
.claude/skills/konfai-experiments/references/config-authoring.md
.claude/skills/konfai-experiments/references/resources-and-clients.md
.claude/skills/konfai-experiments/references/tool-reference.md
.claude/skills/konfai-experiments/references/troubleshooting.md
.claude/skills/konfai-experiments/scripts/check_setup.py
.github/copilot-instructions.md
.github/pull_request_template.md
.github/workflows/commit-hygiene.yml
.github/workflows/konfai_apps_ci.yml
.github/workflows/konfai_ci.yml
.github/workflows/konfai_mcp_ci.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
apps/README.md
apps/impact_reg/.gitignore
apps/impact_reg/LICENSE
apps/impact_reg/Logo.png
apps/impact_reg/README.md
apps/impact_reg/pyproject.toml
apps/impact_reg/setup.py
apps/impact_reg/impact_reg_konfai/__init__.py
apps/impact_reg/impact_reg_konfai/cli.py
apps/impact_reg/impact_reg_konfai/impact_reg.py
apps/impact_reg/tests/conftest.py
apps/impact_reg/tests/integration/test_register_patch_blend.py
apps/impact_reg/tests/unit/test_cli.py
apps/impact_reg/tests/unit/test_evaluate_landmark_direction.py
apps/impact_reg/tests/unit/test_orchestration.py
apps/impact_seg/.gitignore
apps/impact_seg/LICENSE
apps/impact_seg/README.md
apps/impact_seg/pyproject.toml
apps/impact_seg/setup.py
apps/impact_seg/impact_seg_konfai/__init__.py
apps/impact_seg/impact_seg_konfai/cli.py
apps/impact_seg/tests/test_cli.py
apps/impact_synth/LICENSE
apps/impact_synth/Logo.png
apps/impact_synth/README.md
apps/impact_synth/pyproject.toml
apps/impact_synth/setup.py
apps/impact_synth/impact_synth_konfai/__init__.py
apps/impact_synth/impact_synth_konfai/cli.py
apps/impact_synth/tests/test_cli.py
apps/mrsegmentator/LICENSE
apps/mrsegmentator/README.md
apps/mrsegmentator/pyproject.toml
apps/mrsegmentator/setup.py
apps/mrsegmentator/mrsegmentator_konfai/__init__.py
apps/mrsegmentator/mrsegmentator_konfai/cli.py
apps/mrsegmentator/tests/test_cli.py
apps/totalsegmentator/LICENSE
apps/totalsegmentator/README.md
apps/totalsegmentator/pyproject.toml
apps/totalsegmentator/setup.py
apps/totalsegmentator/tests/test_cli.py
apps/totalsegmentator/totalsegmentator_konfai/__init__.py
apps/totalsegmentator/totalsegmentator_konfai/cli.py
docker/Dockerfile
docker/README.md
docker/entrypoint.sh
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/scripts/generate_app_proof_gallery.py
docs/scripts/generate_registration_proof_gallery.py
docs/scripts/generate_scale_gallery.py
docs/scripts/generate_visual_gallery.py
docs/source/conf.py
docs/source/development.md
docs/source/index.rst
docs/source/konfai.data.rst
docs/source/konfai.metric.rst
docs/source/konfai.network.rst
docs/source/konfai.rst
docs/source/konfai.utils.rst
docs/source/modules.rst
docs/source/quickstart.rst
docs/source/troubleshooting.md
docs/source/_static/custom.css
docs/source/_static/konfai-logo-dark.png
docs/source/_static/konfai-logo-light.png
docs/source/_static/apps/ASSET_PROVENANCE.md
docs/source/_static/apps/impact-reg/displacement-field.png
docs/source/_static/apps/impact-reg/fixed-ct.png
docs/source/_static/apps/impact-reg/moved-after.png
docs/source/_static/apps/impact-reg/moving-before.png
docs/source/_static/apps/impact-synth/mae-map.png
docs/source/_static/apps/impact-synth/mr-input.png
docs/source/_static/apps/impact-synth/reference-ct.png
docs/source/_static/apps/impact-synth/synthetic-ct.png
docs/source/_static/apps/impact-synth/totalsegmentator.png
docs/source/_static/apps/impact-synth/uncertainty-map.png
docs/source/_static/gallery/scale-omezarr-mobile.webp
docs/source/_static/gallery/scale-omezarr.webp
docs/source/_static/gallery/augmentations/brightness.png
docs/source/_static/gallery/augmentations/contrast.png
docs/source/_static/gallery/augmentations/cutout.png
docs/source/_static/gallery/augmentations/flip.png
docs/source/_static/gallery/augmentations/noise.png
docs/source/_static/gallery/augmentations/rotate.png
docs/source/_static/gallery/augmentations/source.png
docs/source/_static/gallery/transforms/clip.png
docs/source/_static/gallery/transforms/crop.png
docs/source/_static/gallery/transforms/gradient.png
docs/source/_static/gallery/transforms/normalize.png
docs/source/_static/gallery/transforms/padding.png
docs/source/_static/gallery/transforms/permute.png
docs/source/_static/gallery/transforms/resample-shape.png
docs/source/_static/gallery/transforms/resample-spacing.png
docs/source/_static/gallery/transforms/source.png
docs/source/_static/gallery/transforms/standardize.png
docs/source/_static/readme/execution-flow-mobile.svg
docs/source/_static/readme/execution-flow.svg
docs/source/_static/slicer/evaluation.png
docs/source/_static/slicer/inference.webp
docs/source/_static/slicer/uncertainty.png
docs/source/concepts/configuration.md
docs/source/concepts/datasets.md
docs/source/concepts/execution-flow.md
docs/source/concepts/index.md
docs/source/concepts/model-graph.md
docs/source/concepts/streaming.md
docs/source/concepts/yaml-model-builder.md
docs/source/config_guide/evaluation.md
docs/source/config_guide/index.rst
docs/source/config_guide/prediction.md
docs/source/config_guide/training.md
docs/source/ecosystem/index.md
docs/source/examples/index.md
docs/source/examples/registration.md
docs/source/examples/segmentation.md
docs/source/examples/synthesis.md
docs/source/examples/visual-gallery.md
docs/source/getting-started/installation.md
docs/source/reference/app-server-api.md
docs/source/reference/cli.md
docs/source/reference/environment.md
docs/source/reference/index.rst
docs/source/reference/python-api.md
docs/source/reference/api/apps.rst
docs/source/reference/api/configuration.rst
docs/source/reference/api/data.rst
docs/source/reference/api/extension-points.md
docs/source/reference/api/index.rst
docs/source/reference/api/models.rst
docs/source/reference/api/workflows.rst
docs/source/reference/components/augmentations.md
docs/source/reference/components/index.md
docs/source/reference/components/losses-metrics.md
docs/source/reference/components/models.md
docs/source/reference/components/schedulers.md
docs/source/reference/components/storage-backends.md
docs/source/reference/components/transforms.md
docs/source/usage/adopting-konfai.md
docs/source/usage/apps.md
docs/source/usage/custom-models.md
docs/source/usage/docker.md
docs/source/usage/index.rst
docs/source/usage/large-images.md
docs/source/usage/mcp.md
examples/README.md
examples/ImpactReg/README.md
examples/ImpactReg/register_demo.ipynb
examples/ImpactSeg/ImpactSeg_demo.ipynb
examples/ImpactSeg/README.md
examples/ImpactSynth/ImpactSynth_demo.ipynb
examples/ImpactSynth/README.md
examples/MRSegmentator/MRSegmentator_demo.ipynb
examples/MRSegmentator/README.md
examples/Registration/Config.yml
examples/Registration/Evaluation.yml
examples/Registration/Prediction.yml
examples/Registration/README.md
examples/Registration/make_dataset.py
examples/Segmentation/Config.yml
examples/Segmentation/Evaluation.yml
examples/Segmentation/Model.py
examples/Segmentation/Prediction.yml
examples/Segmentation/README.md
examples/Segmentation/Segmentation_demo.ipynb
examples/Segmentation/UNet.yml
examples/Synthesis/Config.yml
examples/Synthesis/Config_GAN.yml
examples/Synthesis/Evaluation.yml
examples/Synthesis/Model.py
examples/Synthesis/Prediction.yml
examples/Synthesis/README.md
examples/Synthesis/Synthesis_demo.ipynb
examples/Synthesis/UNetpp.yml
examples/Synthesis/UnNormalize.py
examples/TotalSegmentator/README.md
examples/TotalSegmentator/TotalSegmentator_demo.ipynb
konfai/__init__.py
konfai/evaluator.py
konfai/export.py
konfai/main.py
konfai/predictor.py
konfai/trainer.py
konfai-apps/LICENSE
konfai-apps/README.md
konfai-apps/pyproject.toml
konfai-apps/setup.py
konfai-apps/konfai_apps/__init__.py
konfai-apps/konfai_apps/app.py
konfai-apps/konfai_apps/app_repository.py
konfai-apps/konfai_apps/app_server.py
konfai-apps/konfai_apps/bundle.py
konfai-apps/konfai_apps/cli.py
konfai-apps/tests/conftest.py
konfai-apps/tests/test_slicer_api_contract.py
konfai-apps/tests/test_slicer_cli_json_contract.py
konfai-apps/tests/assets/apps.json
konfai-apps/tests/assets/AppClientRemote/TinySynthesisApp/Prediction.yml
konfai-apps/tests/assets/AppClientRemote/TinySynthesisApp/app.json
konfai-apps/tests/assets/Baselines/Evaluation.json
konfai-apps/tests/assets/Baselines/Uncertainties.json
konfai-apps/tests/assets/Dataset/P001/CBCT.mha
konfai-apps/tests/assets/Dataset/P001/CT.mha
konfai-apps/tests/assets/Dataset/P001/MASK.mha
konfai-apps/tests/integration/test_app_server_http.py
konfai-apps/tests/integration/test_konfai_app_client_remote.py
konfai-apps/tests/integration/test_konfai_apps.py
konfai-apps/tests/unit/test_app_repository.py
konfai-apps/tests/unit/test_app_runtime.py
konfai-apps/tests/unit/test_app_server_helpers.py
konfai-apps/tests/unit/test_bundle.py
konfai-apps/tests/unit/test_cli.py
konfai-apps/tests/unit/test_finetune_lr_override.py
konfai-apps/tests/unit/test_input_units.py
konfai-apps/tests/unit/test_repo_apps_allowlist.py
konfai-apps/tests/unit/test_server_auth_env.py
konfai-apps/tests/unit/test_upload_basename_collision.py
konfai-mcp/LICENSE
konfai-mcp/README.md
konfai-mcp/pyproject.toml
konfai-mcp/konfai_mcp/__init__.py
konfai-mcp/konfai_mcp/apps_catalog.json
konfai-mcp/konfai_mcp/capabilities.py
konfai-mcp/konfai_mcp/catalog.py
konfai-mcp/konfai_mcp/extensions.py
konfai-mcp/konfai_mcp/runner.py
konfai-mcp/konfai_mcp/server.py
konfai-mcp/konfai_mcp/server_apps.py
konfai-mcp/konfai_mcp/server_experiments.py
konfai-mcp/konfai_mcp/server_jobs.py
konfai-mcp/konfai_mcp/server_support.py
konfai-mcp/scripts/generate_tool_reference.py
konfai-mcp/tests/_runner_wedge_target.py
konfai-mcp/tests/conftest.py
konfai-mcp/tests/mcp_test_helpers.py
konfai-mcp/tests/test_mcp_server.py
konfai-mcp/tests/test_mcp_server_apps.py
konfai-mcp/tests/test_mcp_server_capabilities.py
konfai-mcp/tests/test_mcp_server_catalog.py
konfai-mcp/tests/test_mcp_server_cli.py
konfai-mcp/tests/test_mcp_server_dataset_tools.py
konfai-mcp/tests/test_mcp_server_experiments.py
konfai-mcp/tests/test_mcp_server_extensions.py
konfai-mcp/tests/test_mcp_server_fixes.py
konfai-mcp/tests/test_mcp_server_jobs.py
konfai-mcp/tests/test_mcp_server_lot4.py
konfai-mcp/tests/test_mcp_server_lot5.py
konfai-mcp/tests/test_mcp_server_lot6.py
konfai-mcp/tests/test_mcp_server_pipeline.py
konfai-mcp/tests/test_mcp_server_reliability.py
konfai-mcp/tests/test_mcp_server_runner_fixes.py
konfai-mcp/tests/test_mcp_server_segmentation_pipeline.py
konfai-mcp/tests/test_mcp_server_support.py
konfai-mcp/tests/test_mcp_server_tool_index.py
konfai-mcp/tests/test_mcp_server_vram.py
konfai-mcp/tests/test_review_mcp_apps_misc.py
konfai.egg-info/PKG-INFO
konfai.egg-info/SOURCES.txt
konfai.egg-info/dependency_links.txt
konfai.egg-info/entry_points.txt
konfai.egg-info/requires.txt
konfai.egg-info/scm_file_list.json
konfai.egg-info/scm_version.json
konfai.egg-info/top_level.txt
konfai/data/__init__.py
konfai/data/augmentation.py
konfai/data/data_manager.py
konfai/data/patching.py
konfai/data/transform.py
konfai/metric/__init__.py
konfai/metric/measure.py
konfai/metric/schedulers.py
konfai/models/python/classification/convNeXt.py
konfai/models/python/classification/resnet.py
konfai/models/python/features/mind.py
konfai/models/python/generation/cStyleGan.py
konfai/models/python/generation/ddpm.py
konfai/models/python/generation/diffusionGan.py
konfai/models/python/generation/gan.py
konfai/models/python/generation/vae.py
konfai/models/python/registration/registration.py
konfai/models/python/representation/representation.py
konfai/models/python/segmentation/NestedUNet.py
konfai/models/python/segmentation/UNet.py
konfai/models/python/segmentation/plainconvunet.py
konfai/models/python/segmentation/residualencoderunet.py
konfai/models/python/segmentation/smp.py
konfai/models/python/segmentation/unetplusplus.py
konfai/models/yaml/AttentionUNet.yml
konfai/models/yaml/DynUNet.yml
konfai/models/yaml/NestedUNet.yml
konfai/models/yaml/PlainConvUNet.yml
konfai/models/yaml/ResNet.yml
konfai/models/yaml/ResNet18.yml
konfai/models/yaml/ResidualEncoderUNet.yml
konfai/models/yaml/SegResNet.yml
konfai/models/yaml/UNETR.yml
konfai/models/yaml/UNet.yml
konfai/models/yaml/UNetPlusPlus.yml
konfai/models/yaml/VGG16.yml
konfai/models/yaml/VNet.yml
konfai/models/yaml/ViT.yml
konfai/models/yaml/__init__.py
konfai/network/__init__.py
konfai/network/blocks.py
konfai/network/network.py
konfai/utils/ITK.py
konfai/utils/__init__.py
konfai/utils/config.py
konfai/utils/dataset.py
konfai/utils/dicom.py
konfai/utils/errors.py
konfai/utils/model_builder.py
konfai/utils/ome_zarr.py
konfai/utils/pretrained.py
konfai/utils/runtime.py
konfai/utils/utils.py
tests/conftest.py
tests/assets/Workflows/Config.yml
tests/assets/Workflows/Evaluation.yml
tests/assets/Workflows/Prediction.yml
tests/assets/Workflows/TinySynth.py
tests/integration/test_konfai_core_workflows.py
tests/integration/test_konfai_ensemble_tta.py
tests/integration/test_konfai_resume.py
tests/unit/test_accepts_init_dispatch.py
tests/unit/test_augmentation.py
tests/unit/test_augmentation_foreign.py
tests/unit/test_blocks.py
tests/unit/test_clip_normalize_block.py
tests/unit/test_config.py
tests/unit/test_data_manager.py
tests/unit/test_dataset.py
tests/unit/test_dataset_streaming.py
tests/unit/test_error_messages.py
tests/unit/test_evaluator_statistics.py
tests/unit/test_imaging_formats.py
tests/unit/test_imaging_roundtrip.py
tests/unit/test_imports.py
tests/unit/test_interactive_session_guard.py
tests/unit/test_itk_transforms.py
tests/unit/test_main_cli.py
tests/unit/test_measure.py
tests/unit/test_measure_pca.py
tests/unit/test_memory_budget.py
tests/unit/test_mind_descriptor.py
tests/unit/test_model_builder.py
tests/unit/test_model_load_device.py
tests/unit/test_models.py
tests/unit/test_network.py
tests/unit/test_onnx_export.py
tests/unit/test_package.py
tests/unit/test_patching.py
tests/unit/test_path_specs.py
tests/unit/test_perf_hot_paths.py
tests/unit/test_plainconvunet_parametric.py
tests/unit/test_predictor_memory.py
tests/unit/test_predictor_offload.py
tests/unit/test_predictor_reduction_device.py
tests/unit/test_pretrained_bridge.py
tests/unit/test_residualencoderunet_parametric.py
tests/unit/test_residualencoderunet_yaml.py
tests/unit/test_runtime.py
tests/unit/test_safe_torch_load.py
tests/unit/test_schedulers.py
tests/unit/test_slicer_core_api_contract.py
tests/unit/test_smp_and_pretrained_init.py
tests/unit/test_streaming_regressions.py
tests/unit/test_trainer.py
tests/unit/test_transform.py
tests/unit/test_transform_foreign.py
tests/unit/test_transform_locality_contract.py
tests/unit/test_transform_merge_labels.py
tests/unit/test_unetplusplus_parametric.py
tests/unit/test_unetplusplus_yaml.py
tests/unit/test_wheel_packaging.py
tests/unit/test_yaml_model_attention_unet.py
tests/unit/test_yaml_model_catalog.py
tests/unit/test_yaml_model_dynunet.py
tests/unit/test_yaml_model_equivalence.py
tests/unit/test_yaml_model_equivalence_builtins.py
tests/unit/test_yaml_model_plainconvunet.py
tests/unit/test_yaml_model_resnet18_torchvision.py
tests/unit/test_yaml_model_segresnet.py
tests/unit/test_yaml_model_unetr.py
tests/unit/test_yaml_model_vgg16_torchvision.py
tests/unit/test_yaml_model_vit.py
tests/unit/test_yaml_model_vnet.py