Skip to content

Commit fcfa3ab

Browse files
przepeckdtrawins
andauthored
added note about recommended python version (#3525)
* Update demos/image_classification_with_string_output/README.md Co-authored-by: Trawinski, Dariusz <[email protected]>
1 parent 0d32a2a commit fcfa3ab

File tree

1 file changed

+2
-0
lines changed
  • demos/image_classification_with_string_output

1 file changed

+2
-0
lines changed

demos/image_classification_with_string_output/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This demo demonstrates example deployment of a model with output precision `ov::
77
The script below is downloading a public MobileNet model trained on the ImageNet data. The original model accepts on input the image array in the range of 0-1 and returns probabilities for all the trained classes. We are adding to the model preprocessing function changing the input data range to 0-255 and also postprocessing function which is retrieving the most likely label name as a string.
88
This is a very handy functionality because it allows us to export the model with the included pre/post processing functions as the model layers. The client just receives the string data with the label name for the classified image.
99

10+
> **Note:** Preparing the model in this demo requires tensorflow2.13 or older. Because pip packages with such versions are not available in latest python editions, it is recommended to use Python3.10.
11+
1012
```console
1113
git clone https://github.com/openvinotoolkit/model_server.git
1214
cd model_server/demos/image_classification_with_string_output

0 commit comments

Comments
 (0)