From 2188af6e28655fb86c293e966c34daa6f154d1dc Mon Sep 17 00:00:00 2001 From: Yuan Xu Date: Wed, 4 Jan 2023 10:30:21 +0800 Subject: [PATCH] Samples overview update (port from #14658) (#14898) * add ways to find samples for PyPI installation (#14658) * update github link --- docs/OV_Runtime_UG/Samples_Overview.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/OV_Runtime_UG/Samples_Overview.md b/docs/OV_Runtime_UG/Samples_Overview.md index f3b0a5fe851..7e753e6804f 100644 --- a/docs/OV_Runtime_UG/Samples_Overview.md +++ b/docs/OV_Runtime_UG/Samples_Overview.md @@ -34,13 +34,15 @@ @endsphinxdirective -The OpenVINO samples are simple console applications that show how to utilize specific OpenVINO API capabilities within an application. They can assist you in executing specific tasks such as loading a model, running inference, querying specific device capabilities, etc. +The OpenVINO™ samples are simple console applications that show how to utilize specific OpenVINO API capabilities within an application. They can assist you in executing specific tasks such as loading a model, running inference, querying specific device capabilities, etc. -If you install OpenVINO™ Runtime, sample applications for С, C++, and Python are created in the following directories: +If you installed OpenVINO Runtime via archive files, sample applications for С, and C++, and Python are created in the following directories: * `/samples/c` * `/samples/cpp` * `/samples/python` +If you installed OpenVINO via PyPI, download [the OpenVINO repository](https://github.com/openvinotoolkit/openvino/) and use samples from `samples/python`. + The applications include: - **Speech Sample** - Acoustic model inference based on Kaldi neural networks and speech feature vectors.