Skip to content

Commit

Permalink
Update README of plants-classification-tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amcaar authored Jul 8, 2024
1 parent 41ee0de commit 32e85ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/plants-classification-tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Plants classification yolov8
# Plants classification tensorflow

This example uses the pre-trained classification model by DEEP-Hybrid-DataCloud
[Plants species classifier](https://dashboard.cloud.ai4eosc.eu/marketplace/modules/plants-classification)
This example uses the pre-trained classification model by DEEP-Hybrid-DataCloud
[Plants species classifier](https://dashboard.cloud.ai4eosc.eu/marketplace/modules/deep-oc-plants-classification-tf)
and is prepared to be used with asynchronous invocations.


In order to invoke the function, first you have to do is create a service,
In order to invoke the function, first you have to create a service,
either by the OSCAR UI or by using the FDL within the following command.

``` sh
Expand All @@ -16,4 +16,4 @@ Once the service is created you can make the invocation with the following
command, which will store the output on a minio bucket.

``` sh
oscar-cli service put-file plants-classification.yaml minio images/plants.jpg plants-classification/input/plants.jpg
oscar-cli service put-file plants-classification.yaml minio images/plants.jpg plants-classification/input/plants.jpg

0 comments on commit 32e85ae

Please sign in to comment.