Skip to content

Commit 5dc6b3a

Browse files
committed
update README.md
1 parent 6df79a7 commit 5dc6b3a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# core-bioimage-io-python
22

3-
Python specific core utilities for [bioimage.io]("https://bioimage.io") resources (in particular models).
3+
Python specific core utilities for bioimage.io resources (in particular models).
44

55
## Installation
66

@@ -69,7 +69,7 @@ pip install -e . --no-deps
6969

7070
There are different environment files available that only install tensorflow or pytorch as dependencies.
7171

72-
## 💻 Command Line
72+
## 💻 Use the Command Line Interface
7373

7474
`bioimageio.core` installs a command line interface (CLI) for testing models and other functionality.
7575
You can list all the available commands via:
@@ -104,7 +104,7 @@ bioimagei predict-images -m <MODEL> -i <INPUT_PATTERN> - o <OUTPUT_FOLDER>
104104

105105
`<INPUT_PATTERN>` is a `glob` pattern to select the desired images, e.g. `/path/to/my/images/*.tif`.
106106

107-
## 🐍 From python
107+
## 🐍 Use in Python
108108

109109
`bioimageio.core` is a python package that implements prediction with bioimageio models
110110
including standardized pre- and postprocessing operations.
@@ -116,6 +116,8 @@ To get an overview of this functionality, check out these example notebooks:
116116

117117
* [model creation/loading with bioimageio.spec](https://github.com/bioimage-io/spec-bioimage-io/blob/main/example_use/load_model_and_create_your_own.ipynb)
118118

119+
and the [developer documentation](https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html).
120+
119121
## Model Specification
120122

121123
The model specification and its validation tools can be found at <https://github.com/bioimage-io/spec-bioimage-io>.

0 commit comments

Comments
 (0)