Examples of how to use or integrate DeepSpeech
Перейти к файлу
Reuben Morais 0f1168d78f Reference NuGet DeepSpeech package instead of local copy in DeepSpeechWPF example 2021-02-24 19:30:23 +01:00
android_mic_streaming Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
batch_processing Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
electron Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
ffmpeg_vad_streaming Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
hotword_adjusting Output 2021-02-12 14:49:09 +01:00
mic_vad_streaming Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
net_framework Reference NuGet DeepSpeech package instead of local copy in DeepSpeechWPF example 2021-02-24 19:30:23 +01:00
nim_mic_vad_streaming Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
nodejs_mic_vad_streaming Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
nodejs_wav Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
uwp Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
vad_transcriber Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
web_microphone_websocket Bump version from 0.8.0 to 0.9.3 in branch r0.9 2021-01-06 18:48:06 +01:00
README.rst Add r0.9 branch 2020-10-07 18:57:30 +02:00
tests.sh Revert "Merge branch 'rename-test' (Update tests to match new branding)" 2020-08-25 16:49:38 +02:00

README.rst

DeepSpeech 0.9.x Examples
==========================

These are various examples on how to use or integrate DeepSpeech using our packages.

It is a good way to just try out DeepSpeech before learning how it works in detail, as well as a source of inspiration for ways you can integrate it into your application or solve common tasks like voice activity detection (VAD) or microphone streaming.

Contributions are welcome!

**Note:** These examples target DeepSpeech **0.9.x** only. If you're using a different release, you need to go to the corresponding branch for the release:

* `v0.9.x <https://github.com/mozilla/DeepSpeech-examples/tree/r0.9>`_
* `v0.8.x <https://github.com/mozilla/DeepSpeech-examples/tree/r0.8>`_
* `v0.7.x <https://github.com/mozilla/DeepSpeech-examples/tree/r0.7>`_
* `v0.6.x <https://github.com/mozilla/DeepSpeech-examples/tree/r0.6>`_
* `master branch <https://github.com/mozilla/DeepSpeech-examples/tree/master>`_

**List of examples**

Python:
-------

* `Microphone VAD streaming <mic_vad_streaming/README.rst>`_
* `VAD transcriber <vad_transcriber/>`_

JavaScript:
-----------

* `FFMPEG VAD streaming <ffmpeg_vad_streaming/README.MD>`_
* `Node.JS microphone VAD streaming <nodejs_mic_vad_streaming/Readme.md>`_
* `Node.JS wav <nodejs_wav/Readme.md>`_
* `Web Microphone Websocket streaming <web_microphone_websocket/Readme.md>`_
* `Electron wav transcriber <electron/Readme.md>`_

Windows/C#:
-----------

* `.NET framework <net_framework/>`_
* `Universal Windows Platform (UWP) <uwp/>`_.

Java/Android:
-------------

* `mozilla/androidspeech library <https://github.com/mozilla/androidspeech/>`_

Nim:
----

* `nim_mic_vad_streaming <nim_mic_vad_streaming/README.md>`_.