This was a lab assignment I gave my students at KTH in Nov 2022Ö
<a href="https://github.com/ID2223KTH/id2223kth.github.io/blob/master/assignments/lab2/id2223_2022_lab2.pdf">https://github.com/ID2223KTH/id2223kth.github.io/blob/master...</a><p>See some of their example solutions here (along with their projects in 2022):
<a href="https://id2223kth.github.io/assignments/project/ServerlessMLProjectsID22232023.html#id.712p8wy1yazm" rel="nofollow">https://id2223kth.github.io/assignments/project/ServerlessML...</a><p>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.<p>This Gradio implementation is a more polished version of their early efforts.
This 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.