You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,20 +358,32 @@ These models are described by---and can be loaded with---the bioimageio.spec pac
358
358
359
359
In addition bioimageio.core provides functionality to convert model weight formats.
360
360
361
-
To get an overview of this functionality, check out these example notebooks:
361
+
### Documentation
362
+
[Here you find the bioimageio.core documentation.](https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html)
363
+
364
+
#### Presentations
365
+
- [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))
366
+
367
+
#### Examples
368
+
<dl>
369
+
<dt>Notebooks that save and load resource descriptions and validate their format (using <a href="https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/spec.html">bioimageio.spec</a>, a dependency of bioimageio.core)</dt>
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
375
+
</a></dd>
376
+
<dt>Use the described resources in Python with <a href="https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html">bioimageio.core</a></dt>
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
379
+
</dl>
362
380
363
-
- [model creation/loading with bioimageio.spec](https://github.com/bioimage-io/spec-bioimage-io/blob/main/example/load_model_and_create_your_own.ipynb)
364
-
365
-
and the [developer documentation](https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html).
366
381
367
382
## Logging level
368
383
369
384
`bioimageio.spec`and `bioimageio.core` use [loguru](https://github.com/Delgan/loguru) for logging, hence the logging level
370
385
may be controlled with the `LOGURU_LEVEL` environment variable.
371
386
372
-
## Model Specification
373
-
374
-
The model specification and its validation tools can be found at <https://github.com/bioimage-io/spec-bioimage-io>.
0 commit comments