Pydra-compose-monai is a plugin package for the Pydra dataflow engine, which adds the feature to wrap up MONAI Model Zoo into Pydra task classes
Install repo in developer mode from the source directory. It is also useful to install pre-commit to take care of styling via black:
python3 -m pip install -e '.[dev]'
pre-commit install