Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notebook for pythonic bundle access (#1501)
Fixes #1502 . ### Description In this PR, we'll explore how to access a bundle in Python and use it in your own application which cover the following topics: 1. Downloading the Bundle 2. Creating a `BundleWorkflow` 3. Getting Properties from the Bundle 4. Using Pretrained Weights from the Bundle 5. Updating Properties 6. Using Components in Your Own Pipeline ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Avoid including large-size files in the PR. - [x] Clean up long text outputs from code cells in the notebook. - [x] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [x] 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 - [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: KumoLiu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information