2026
transcription tools are either expensive or require beefy hardware. whisper.cpp exists but setup is painful — cmake, CUDA paths, dependency hell.
google colab gives you a free T4 GPU. faster-whisper gives you the fastest whisper implementation out there. why not combine them?
wanted something dead simple: upload audio → run one cell → download .srt files.
two tools, one workflow:
gcolab-whisper → audio in, .srt out srtplayer → audio + .srt, synced playback
transcribe on colab. play back locally. no cloud uploads, no API keys, no subscriptions.
4 cells in a colab notebook:
you don't need a $3000 rig to do AI transcription. you don't need to pay for APIs. you don't need to compile whisper.cpp from source.
you need a browser, a google account, and 5 minutes.
srtplayer → // play back your .srt files