diff --git a/examples/README.rst b/examples/README.rst new file mode 100644 index 00000000..4212b15b --- /dev/null +++ b/examples/README.rst @@ -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 `_ + +* `FFMPEG VAD streaming `_ + +* `Net framework `_ + +* `Nodejs wav `_ + +* `VAD transcriber `_