Python contributed examples

Mic VAD Streaming

This example demonstrates getting audio from microphone, running Voice-Activity-Detection and then outputting text.

Full source code available on https://github.com/mozilla/DeepSpeech-examples.

VAD Transcriber

This example demonstrates VAD-based transcription with both console and graphical interface.

Full source code available on https://github.com/mozilla/DeepSpeech-examples.