6 ms·
Whisper-WebUI
- yjftsjthsd-h 2y agoThis says it can generate subtitle files, which is something I've wanted from whisper for a while. But does anyone know of a way to do that with just a cli tool that I can run locally? Like, ideally, just `whisper-make-subtitles ./*.mp4` to loop over every .mp4 in a directory and create matching subtitle files.
- jjwiseman 2y agoThe whisper command at https://github.com/openai/whisper https://github.com/openai/whisper can generate .srt and .vtt subtitle files using --output_format.
- yjftsjthsd-h 2y agoWell now I feel dumb:P In my defense, that requires finding that option (the readme doesn't discuss options) and knowing that .srt/.vtt are subtitle formats. This is great, thanks!
- jsjohnst 2y ago--help does list the info btw, but that wouldn’t have helped if you didn’t know the file format extensions
- KTibow 2y agowhisper.cpp also has args for this
- wccrawford 2y agoI've used https://github.com/tomchang25/whisper-auto-transcribe https://github.com/tomchang25/whisper-auto-transcribe to generate subtitles and then translate them to English and it worked fairly well. It's not professional-level, but it was good enough to understand what they were saying and enjoy foreign TV.
- neckro23 2y agoOn Windows I use whisper-standalone-win: https://github.com/Purfview/whisper-standalone-win https://github.com/Purfview/whisper-standalone-win It has a few customization features that are nice: https://github.com/Purfview/whisper-standalone-win/discussions/231 https://github.com/Purfview/whisper-standalone-win/discussio... Works miles better than plain faster-whisper, in my experience. Not sure if there's wildcard support but that's easily scripted.
- jamesblonde 2y agoThis was a lab assignment I gave my students at KTH in Nov 2022Ö https://github.com/ID2223KTH/id2223kth.github.io/blob/master/assignments/lab2/id2223_2022_lab2.pdf https://github.com/ID2223KTH/id2223kth.github.io/blob/master... See some of their example solutions here (along with their projects in 2022): https://id2223kth.github.io/assignments/project/ServerlessMLProjectsID22232023.html#id.712p8wy1yazm https://id2223kth.github.io/assignments/project/ServerlessML... One of the student labs was gamified language learning - say the image in the language you are learning, and Whisper tells you whether you said it in an understandable way. This Gradio implementation is a more polished version of their early efforts.
- vlugorilla 2y agoAlso check out https://whishper.net https://whishper.net