Skip to main content


We need to ensure all videos used in courses have accurate captions or transcripts. On Windows, I switched to using this WhisperDesktop app: https://github.com/Const-me/Whisper/releases It transcribed a 15 minute video in 30 seconds on my laptop. If that doesn't work, try https://github.com/Topping1/whispercppGUI/releases or MacWhisper on a mac.
I use the ggml-small.en.bin file here: https://huggingface.co/ggerganov/whisper.cpp/tree/main and yt-dlg if I need to temporarily download a youtube video: https://yt-dlg.github.io/yt-dlg/
#AIEd #a11y #craptions #EdTech #OpenSource