Merge pull request #2509 from bprfh/patch-2

Add README.rst to example Folder
This commit is contained in:
Reuben Morais 2019-11-12 13:02:12 +00:00 committed by GitHub
commit b70de5a9ba
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>`_