Examples of how to use or integrate DeepSpeech
Перейти к файлу
Mats Pörschke 0d3c1ac52a
Move finishing transcription to recording thread
2020-08-18 11:43:30 +02:00
android_mic_streaming Move finishing transcription to recording thread 2020-08-18 11:43:30 +02:00
batch_processing Update readthedocs name 2020-08-13 22:54:03 +02:00
electron add warning to electron example if the audio path doesn't exist 2020-08-09 08:12:33 -04:00
ffmpeg_vad_streaming Update model file name in tests 2020-08-03 15:27:20 +02:00
mic_vad_streaming Update model file name in tests 2020-08-03 15:27:20 +02:00
net_framework Bump references from 0.7 to 0.8 2020-07-30 14:50:28 +02:00
nim_mic_vad_streaming Bump references from 0.7 to 0.8 2020-07-30 14:50:28 +02:00
nodejs_mic_vad_streaming Bump references from 0.7 to 0.8 2020-07-30 14:50:28 +02:00
nodejs_wav Bump references from 0.7 to 0.8 2020-07-30 14:50:28 +02:00
uwp Bump references from 0.7 to 0.8 2020-07-30 14:50:28 +02:00
vad_transcriber Update readthedocs name 2020-08-13 22:54:03 +02:00
web_microphone_websocket Bump references from 0.7 to 0.8 2020-07-30 14:50:28 +02:00
README.rst add electron example 2020-08-04 14:50:23 +02:00
tests.sh Fix path to DeepSpeech test code 2019-12-04 17:20:03 +01:00

README.rst

DeepSpeech 0.8.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.8.x** only. If you're using a different release, you need to go to the corresponding branch for the release:

* `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>`_.