agermanidis / autosub

[NO LONGER MAINTAINED] Command-line utility for auto-generating subtitles for any video file
MIT License
4.15k stars 1.65k forks source link

FeatureRequest: Using mozillas DeepSpeech instead of Google #83

Open mfux opened 6 years ago

mfux commented 6 years ago

Hi, do you think it would be doable to have a version that uses the open source speech recognition DeepSpeech? https://github.com/mozilla/DeepSpeech It would enable autoSub to run offline an independent of a BlackBox API.

jeffgreenca commented 6 years ago

Or maybe use https://pypi.org/project/SpeechRecognition to provide a consistent interface to several engine options, offline and online?