From 3e3da994ab8e919383629dd35d0cbe12392dd7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Beuttenm=C3=BCller?= Date: Fri, 20 Dec 2024 14:11:06 +0100 Subject: [PATCH] Update example links --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 49e6cbbd..7a457889 100644 --- a/README.md +++ b/README.md @@ -358,20 +358,32 @@ These models are described by---and can be loaded with---the bioimageio.spec pac In addition bioimageio.core provides functionality to convert model weight formats. -To get an overview of this functionality, check out these example notebooks: +### Documentation +[Here you find the bioimageio.core documentation.](https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html) + +#### Presentations +- [Create a model from scratch](https://bioimage-io.github.io/core-bioimage-io-python/presentations/create_ambitious_sloth.slides.html) ([source](https://github.com/bioimage-io/core-bioimage-io-python/tree/main/presentations)) + +#### Examples +
+
Notebooks that save and load resource descriptions and validate their format (using bioimageio.spec, a dependency of bioimageio.core)
+
load_model_and_create_your_own.ipynb + Open In Colab +
+
dataset_creation.ipynb + Open In Colab +
+
Use the described resources in Python with bioimageio.core
+
model_usage.ipynb + Open In Colab +
-- [model creation/loading with bioimageio.spec](https://github.com/bioimage-io/spec-bioimage-io/blob/main/example/load_model_and_create_your_own.ipynb) - -and the [developer documentation](https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html). ## Logging level `bioimageio.spec` and `bioimageio.core` use [loguru](https://github.com/Delgan/loguru) for logging, hence the logging level may be controlled with the `LOGURU_LEVEL` environment variable. -## Model Specification - -The model specification and its validation tools can be found at . ## Changelog