Project

Whisper File Transcriber

Windows desktop GUI for local audio transcription using OpenAI Whisper, packaged as a standalone executable.

What it is

A desktop application that runs OpenAI's Whisper speech recognition model locally on Windows. Users select an audio file, choose a Whisper model size and CPU/GPU device, and get a transcript back, with no API call, no upload, no recurring cost.

Why I built it

I wanted high-quality transcription for personal use without sending audio to a paid API. Running Whisper locally is a solved problem at the command line, but the friction is non-trivial: model downloads, CUDA setup, CLI invocation. I built the GUI so the friction was a single click for me and anyone I shared the binary with.

How it works

What I learned

Links