Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Examples of how to use or integrate DeepSpeech
- Host: GitHub
- URL: https://github.com/mozilla/DeepSpeech-examples
- Owner: mozilla
- Created: 2019-12-04T15:35:37.000Z (almost 5 years ago)
- Default Branch: r0.9
- Last Pushed: 2023-07-25T18:08:01.000Z (over 1 year ago)
- Last Synced: 2024-07-22T13:37:13.164Z (3 months ago)
- Topics: deepspeech, dotnet, examples, machine-learning, nodejs, python, speech-recognition
- Language: Python
- Homepage:
- Size: 2.08 MB
- Stars: 811
- Watchers: 26
- Forks: 349
- Open Issues: 77
-
Metadata Files:
- Readme: README.rst
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 `_.