All Projects → mozilla → Deepspeech Examples

mozilla / Deepspeech Examples

Examples of how to use or integrate DeepSpeech

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deepspeech Examples

VoiceBridge
VoiceBridge - an AI-TOOLKIT Open Source C++ Speech Recognition Toolkit
Stars: ✭ 17 (-95.22%)
Mutual labels:  examples, speech-recognition
Brevitas
Brevitas: quantization-aware training in PyTorch
Stars: ✭ 343 (-3.65%)
Mutual labels:  speech-recognition
Vertx Examples
Vert.x examples
Stars: ✭ 3,202 (+799.44%)
Mutual labels:  examples
J.a.r.v.i.s
python powered Intelligent System
Stars: ✭ 325 (-8.71%)
Mutual labels:  speech-recognition
Speech recognition
A Flutter plugin to use speech recognition on iOS & Android (Swift/Java)
Stars: ✭ 302 (-15.17%)
Mutual labels:  speech-recognition
Maixpy scripts
micropython scripts for MaixPy
Stars: ✭ 326 (-8.43%)
Mutual labels:  examples
Telegram.bot.examples
Examples for the Telegram.Bot C# Library
Stars: ✭ 290 (-18.54%)
Mutual labels:  examples
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (-0.56%)
Mutual labels:  speech-recognition
Cypress Documentation
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
Stars: ✭ 339 (-4.78%)
Mutual labels:  examples
Scipy Cookbook
Scipy Cookbook
Stars: ✭ 326 (-8.43%)
Mutual labels:  examples
Alan Sdk Ios
Alan AI iOS SDK adds a voice assistant or chatbot to your app. Supports Swift, Objective-C.
Stars: ✭ 318 (-10.67%)
Mutual labels:  speech-recognition
Tensorflow end2end speech recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)
Stars: ✭ 305 (-14.33%)
Mutual labels:  speech-recognition
Numerical Analysis Examples
Numerical Analysis Implementations in Various Languages
Stars: ✭ 328 (-7.87%)
Mutual labels:  examples
Pocketsphinx Python
Python interface to CMU Sphinxbase and Pocketsphinx libraries
Stars: ✭ 298 (-16.29%)
Mutual labels:  speech-recognition
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (-1.12%)
Mutual labels:  examples
Alan Sdk Ionic
Alan AI Ionic SDK adds a voice assistant or chatbot to your app. Supports React, Angular.
Stars: ✭ 287 (-19.38%)
Mutual labels:  speech-recognition
Alan Sdk Flutter
Alan AI Flutter SDK adds a voice assistant or chatbot to your app.
Stars: ✭ 309 (-13.2%)
Mutual labels:  speech-recognition
Deepspeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Stars: ✭ 18,680 (+5147.19%)
Mutual labels:  speech-recognition
Aws Doc Sdk Examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
Stars: ✭ 4,575 (+1185.11%)
Mutual labels:  examples
Romaniancoderexamples
Java / SpringBoot / Angular examples for the Romanian Coder YouTube channel
Stars: ✭ 353 (-0.84%)
Mutual labels:  examples

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 <https://github.com/mozilla/DeepSpeech-examples/tree/r0.9>_
  • v0.8.x <https://github.com/mozilla/DeepSpeech-examples/tree/r0.8>_
  • v0.7.x <https://github.com/mozilla/DeepSpeech-examples/tree/r0.7>_
  • v0.6.x <https://github.com/mozilla/DeepSpeech-examples/tree/r0.6>_
  • master branch <https://github.com/mozilla/DeepSpeech-examples/tree/master>_

List of examples

Python:

  • Microphone VAD streaming <mic_vad_streaming/README.rst>_
  • VAD transcriber <vad_transcriber/>_

JavaScript:

  • FFMPEG VAD streaming <ffmpeg_vad_streaming/README.MD>_
  • Node.JS microphone VAD streaming <nodejs_mic_vad_streaming/Readme.md>_
  • Node.JS wav <nodejs_wav/Readme.md>_
  • Web Microphone Websocket streaming <web_microphone_websocket/Readme.md>_
  • Electron wav transcriber <electron/Readme.md>_

Windows/C#:

  • .NET framework <net_framework/>_
  • Universal Windows Platform (UWP) <uwp/>_.

Java/Android:

  • mozilla/androidspeech library <https://github.com/mozilla/androidspeech/>_

Nim:

  • nim_mic_vad_streaming <nim_mic_vad_streaming/README.md>_.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].