DeepSpeech/examples
2019-12-10 14:04:39 +01:00
..
ffmpeg_vad_streaming Pin examples to 0.6.0 2019-12-04 15:53:09 +01:00
mic_vad_streaming Pin examples to 0.6.0 2019-12-04 15:53:09 +01:00
net_framework Revert "Multi-stream support .NET" 2019-12-10 14:04:39 +01:00
nodejs_wav Pin examples to 0.6.0 2019-12-04 15:53:09 +01:00
vad_transcriber Pin examples to 0.6.0 2019-12-04 15:53:09 +01:00
README.rst Update example links in README 2019-12-05 16:22:30 +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  <mic_vad_streaming/README.rst>`_
  
* `FFMPEG VAD streaming  <ffmpeg_vad_streaming/README.MD>`_
  
* `.NET framework  <net_framework/>`_
  
* `Node.JS wav  <nodejs_wav/Readme.md>`_
  
* `VAD transcriber  <vad_transcriber/>`_