Skip to content

Commit

Permalink
Update Bundles README.md (Project-MONAI#1546)
Browse files Browse the repository at this point in the history
### Description
Update the bundle subdirectory README with more links.

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [ ] Avoid including large-size files in the PR.
- [ ] Clean up long text outputs from code cells in the notebook.
- [ ] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`

---------

Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
  • Loading branch information
ericspod authored Oct 13, 2023
1 parent 6b61db0 commit 172ce43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ instantiate necessary components with python program and execute the inference.

* [python bundle workflow](./python_bundle_workflow): step-by-step tutorial examples show how to develop a bundle
training or inference workflow in Python instead of JSON / YAML configs.

Other tutorials and resources within MONAI on other bundle topics can be found here:

* [MONAI Deploy App SDK](https://github.com/Project-MONAI/monai-deploy-app-sdk/tree/main/notebooks/tutorials) including bundle tutorials
* [MONAI Label Bundle App](https://github.com/Project-MONAI/MONAILabel/tree/main/sample-apps/monaibundle)

0 comments on commit 172ce43

Please sign in to comment.