.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
logo.png
pyproject.toml
.github/workflows/konfai_apps_ci.yml
.github/workflows/konfai_ci.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
apps/README.md
apps/impact_synth/LICENSE
apps/impact_synth/README.md
apps/impact_synth/pyproject.toml
apps/impact_synth/impact_synth_konfai/__init__.py
apps/impact_synth/impact_synth_konfai/cli.py
apps/mrsegmentator/LICENSE
apps/mrsegmentator/README.md
apps/mrsegmentator/pyproject.toml
apps/mrsegmentator/mrsegmentator_konfai/__init__.py
apps/mrsegmentator/mrsegmentator_konfai/cli.py
apps/totalsegmentator/LICENSE
apps/totalsegmentator/README.md
apps/totalsegmentator/pyproject.toml
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/source/architecture.md
docs/source/conf.py
docs/source/contributing.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/concepts/apps.md
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/config_guide/evaluation.md
docs/source/config_guide/index.rst
docs/source/config_guide/patterns.md
docs/source/config_guide/prediction.md
docs/source/config_guide/training.md
docs/source/examples/index.md
docs/source/examples/segmentation.md
docs/source/examples/synthesis.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/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/public-api.rst
docs/source/reference/api/workflows.rst
docs/source/usage/apps.md
docs/source/usage/custom-models.md
docs/source/usage/docker.md
docs/source/usage/evaluation.rst
docs/source/usage/index.rst
docs/source/usage/prediction.rst
docs/source/usage/remote-server.md
docs/source/usage/testing.md
docs/source/usage/training.rst
examples/README.md
examples/Segmentation/Config.yml
examples/Segmentation/Evaluation.yml
examples/Segmentation/Prediction.yml
examples/Segmentation/README.md
examples/Segmentation/Segmentation_demo.ipynb
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/UnNormalize.py
konfai/__init__.py
konfai/evaluator.py
konfai/main.py
konfai/predictor.py
konfai/trainer.py
konfai-apps/LICENSE
konfai-apps/README.md
konfai-apps/pyproject.toml
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/cli.py
konfai-apps/tests/conftest.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_cli.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/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/classification/convNeXt.py
konfai/models/classification/resnet.py
konfai/models/generation/cStyleGan.py
konfai/models/generation/ddpm.py
konfai/models/generation/diffusionGan.py
konfai/models/generation/gan.py
konfai/models/generation/vae.py
konfai/models/registration/registration.py
konfai/models/representation/representation.py
konfai/models/segmentation/NestedUNet.py
konfai/models/segmentation/UNet.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/errors.py
konfai/utils/runtime.py
konfai/utils/utils.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/unit/test_config.py
tests/unit/test_criterion_loaders.py
tests/unit/test_dataset_streaming.py
tests/unit/test_inline_augmentations.py
tests/unit/test_main_cli.py
tests/unit/test_path_specs.py
tests/unit/test_predictor_memory.py
tests/unit/test_runtime_guards.py