Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozilla/deepspeech-examples

Examples of how to use or integrate DeepSpeech
https://github.com/mozilla/deepspeech-examples

deepspeech dotnet examples machine-learning nodejs python speech-recognition

Last synced: about 2 hours ago
JSON representation

Examples of how to use or integrate DeepSpeech

Awesome Lists containing this project

README

        

DeepSpeech 0.9.x Examples
==========================

These are various examples on how to use or integrate DeepSpeech using our packages.

It is a good way to just try out DeepSpeech before learning how it works in detail, as well as a source of inspiration for ways you can integrate it into your application or solve common tasks like voice activity detection (VAD) or microphone streaming.

Contributions are welcome!

**Note:** These examples target DeepSpeech **0.9.x** only. If you're using a different release, you need to go to the corresponding branch for the release:

* `v0.9.x `_
* `v0.8.x `_
* `v0.7.x `_
* `v0.6.x `_
* `master branch `_

**List of examples**

Python:
-------

* `Microphone VAD streaming `_
* `VAD transcriber `_
* `AutoSub `_

JavaScript:
-----------

* `FFMPEG VAD streaming `_
* `Node.JS microphone VAD streaming `_
* `Node.JS wav `_
* `Web Microphone Websocket streaming `_
* `Electron wav transcriber `_

Windows/C#:
-----------

* `.NET framework `_
* `Universal Windows Platform (UWP) `_.

Java/Android:
-------------

* `mozilla/androidspeech library `_

Nim:
----

* `nim_mic_vad_streaming `_.