python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Mozilla DeepSpeech: How to generate a SRT file from multiple segmented audio file?
I've been following this guide on generating an SRT subtitle file from video/audio files using Mozilla DeepSpeech.
I've been able to remove the silent portion of the audio .wav file into multiple segm...

SingularitySG
Votes: 0
Answers: 1
Building an executable with PyInstaller on Windows
I want to create a Windows executable using PyInstaller.
My project has the following dependencies:
deepspeech
PyAudio (which in turn depends on the PortAudio C library)
tkinter
I tried building the...

Shane Bishop
Votes: 0
Answers: 0
Deepspeech realtime speech to text
How can I do real-time speech to text using deep speech and a microphone?
I tried running this script I found on GitHub, but when I run it and I do not say anything for a while, it starts printing ran...

Kevin 29890
Votes: 0
Answers: 0