Skip to content

Commit

Permalink
Update docs for speech libs and demos (openvinotoolkit#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorloff committed Oct 6, 2020
1 parent 80d5171 commit 29d46e3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Speech Library and Speech Recognition Demos {#openvino_inference_engine_samples_speech_libs_and_demos_Speech_libs_and_demos}

Starting with the 2020.1 release, OpenVINO™ provides a set of libraries and demos to demonstrate end-to-end
speech recognition, as well as new acoustic and language models that can work with these demos.
Intel® distributions of OpenVINO™ toolkit for Linux* OS and Windows* OS provide a set of libraries and demos to
demonstrate end-to-end speech recognition, as well as new acoustic and language models that can work with these demos.
The libraries are designed for preprocessing (feature extraction) to get a feature vector from a speech signal, as well
as postprocessing (decoding) to produce text from scores. Together with OpenVINO™-based neural-network speech recognition,
these libraries provide an end-to-end pipeline converting speech to text. This pipeline is demonstrated by the
Expand Down Expand Up @@ -38,7 +38,7 @@ Additionally, [new acoustic and language models](http://download.01.org/opencv/2

To download pretrained models and build all dependencies:

* On Linux* OS or macOS*, use the shell script `<INSTALL_DIR>/deployment_tools/demo/demo_speech_recognition.sh`
* On Linux* OS, use the shell script `<INSTALL_DIR>/deployment_tools/demo/demo_speech_recognition.sh`

* On Windows* OS, use the batch file `<INSTALL_DIR>\deployment_tools\demo\demo_speech_recognition.bat`

Expand All @@ -51,7 +51,7 @@ The script follows the steps below:

If you are behind a proxy, set the following environment variables in a console session before running the script:

* On Linux* OS and macOS*:
* On Linux* OS:

```sh
export http_proxy=http://{proxyHost}:{proxyPort}
Expand Down

0 comments on commit 29d46e3

Please sign in to comment.