Skip to content

Commit a075275

Browse files
Update example noteboooks
1 parent b90b3d0 commit a075275

File tree

3 files changed

+449
-194
lines changed

3 files changed

+449
-194
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ bioimagei predict-images -m <MODEL> -i <INPUT_PATTERN> - o <OUTPUT_FOLDER>
8383

8484
## From python
8585

86-
`bioimageio.core` can be used as a python library. See the notebook [example/bioimageio-core-usage.ipynb](https://github.com/bioimage-io/core-bioimage-io-python/blob/main/example/bioimageio-core-usage.ipynb) for usage examples.
86+
`bioimageio.core` is a python library that implements loading models, running prediction with them and more.
87+
To get an overview of this functionality, check out the example notebooks:
88+
- [example/model_usage](https://github.com/bioimage-io/core-bioimage-io-python/blob/main/example/model_usage.ipynb) for how to load models and run prediction with them
89+
- [example/model_creation](https://github.com/bioimage-io/core-bioimage-io-python/blob/main/example/model_creation.ipynb) for how to create bioimage.io compatible model packages
90+
- [example/dataset_statistics_demo](https://github.com/bioimage-io/core-bioimage-io-python/blob/main/example/dataset_statistics_demo.ipynb) for how to use the dataset statistics for advanced pre-and-postprocessing
8791

8892
## Model Specification
8993

0 commit comments

Comments
 (0)