◀ RETURN TO CONSOLE

TRANSCRIPTION TOOL

A desktop application built with Claude Code that records audio and transcribes it locally using OpenAI's Whisper model — no cloud API required.

HOW IT WORKS

The tool captures microphone audio through a tkinter GUI, saves recordings as WAV files, and runs them through a local Whisper speech-recognition model for transcription. Everything runs on your machine — no data leaves your desktop.

The application is structured as four Python modules that separate concerns cleanly:

ARCHITECTURE

DEPENDENCIES

RUNNING IT

pip install -r requirements.txt python main.py

The Whisper model downloads automatically on first run (~150 MB). Recordings are saved to recordings/ and transcripts to transcripts/.