abhirooptalasila / AutoSub

A CLI script to generate subtitle files (SRT/VTT/TXT) for any video using either DeepSpeech or Coqui
MIT License
581 stars 102 forks source link

Added option to process WAVs directly and mass transcription with docker-compose #79

Open differentiablepizza opened 1 year ago

abhirooptalasila commented 1 year ago

Hey This looks good. Thanks! Although, since both DeepSpeech and STT are depreciated and perform much worse than Whisper, I've been planning to make the latter the default option. I've written some starter code but haven't pushed it here.