DeepSpeech/examples
Reuben Morais b70de5a9ba
Merge pull request #2509 from bprfh/patch-2
Add README.rst to example Folder
2019-11-12 13:02:12 +00:00
..
ffmpeg_vad_streaming Bump VERSION to 0.6.0-alpha.14 2019-11-07 07:27:18 +01:00
mic_vad_streaming Bump VERSION to 0.6.0-alpha.14 2019-11-07 07:27:18 +01:00
net_framework Remove alphabet param usage 2019-11-05 09:02:42 +01:00
nodejs_wav Bump VERSION to 0.6.0-alpha.14 2019-11-07 07:27:18 +01:00
vad_transcriber Merge pull request #2511 from bprfh/patch-1 2019-11-08 18:01:59 +01:00
README.rst Adjust title formatting 2019-11-12 13:01:54 +00:00
tests.sh include /api/ in community-tc URLs 2019-11-03 03:54:18 +00:00

Examples
========
There are various examples on how to use or integrate DeepSpeech on a basic level.

It is a good way to just try out DeepSpeech, without much knowledge on how DeepSpeech actually works.
  
**List of examples**

* `Microphone VAD streaming  <examples/mic_vad_streaming/README.rst>`_
  
* `FFMPEG VAD streaming  <examples/ffmpeg_vad_streaming/README.rst>`_
  
* `Net framework  <examples/net_framework/README.rst>`_
  
* `Nodejs wav  <examples/nodejs_wav/README.rst>`_
  
* `VAD transcriber  <examples/vad_transcriber/README.rst>`_