Give a short description on what is in the folder

Give a short description and overview of the content of the folder, so we can link from the main README.rst
This commit is contained in:
bprfh 2019-11-07 16:31:54 +01:00 committed by GitHub
parent d754e53f21
commit 0ddc83c707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
examples/README.rst Normal file
View File

@ -0,0 +1,17 @@
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>`_