← posts
gcolab-whisper — free AI transcription on budget hardware

2026

[why]

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.

[what it does]
[the pipeline]

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.

[how it works]

4 cells in a colab notebook:

[the point]

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.

[credits]

github repo →

open in colab →

srtplayer → // play back your .srt files

Last updated: July 2026