diff --git a/Tizen.web/ImageClassificationOffloading/README.md b/Tizen.web/ImageClassificationOffloading/README.md index 494a1b0f..96da88b5 100644 --- a/Tizen.web/ImageClassificationOffloading/README.md +++ b/Tizen.web/ImageClassificationOffloading/README.md @@ -3,6 +3,9 @@ * This is a sample application of Tizen ML Web APIs. * If you want to run it on your device, Tizen 8.0 or higher is required. * `appsrc` and `tensor_query_client` element are used. +* You need to connect `tensor_query_server` to the same Wi-Fi network or ethernet. +* Sample server application is [here](https://github.com/nnstreamer/nnstreamer-android/tree/main/ml_inference_offloading). +* Here's a [guide](https://github.com/nnstreamer/nnstreamer-android/blob/main/documentation/getting_started.md#building-the-tizen-web-app) on how to build. ## Demo ![Alt demo](./image_classification_offloading.png) diff --git a/Tizen.web/ImageClassificationOffloading/image_classification_offloading.png b/Tizen.web/ImageClassificationOffloading/image_classification_offloading.png index 97a9e6e4..04cc5280 100644 Binary files a/Tizen.web/ImageClassificationOffloading/image_classification_offloading.png and b/Tizen.web/ImageClassificationOffloading/image_classification_offloading.png differ