Samples overview update (port from #14658) (#14898)

* add ways to find samples for PyPI installation (#14658)

* update github link
This commit is contained in:
Yuan Xu 2023-01-04 10:30:21 +08:00 committed by GitHub
parent de474c16f2
commit 2188af6e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
* `<INSTALL_DIR>/samples/c`
* `<INSTALL_DIR>/samples/cpp`
* `<INSTALL_DIR>/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.