Whisper Notes
A local-first voice journal that turns spoken thoughts into tidy markdown notes.
I wanted to see how far a fully local speech-to-text pipeline could go on a laptop — no cloud, no API keys. Whisper Notes records a voice memo, transcribes it with a quantised Whisper model, then asks a small local LLM to clean it up into structured markdown.
What it does
- Records audio and transcribes it offline
- Cleans filler words and punctuates automatically
- Produces a short summary and a list of action items
What I learned
The transcription was the easy part — the interesting work was prompting a small model to reformat messy speech without inventing content.







