Whisper
open-sourceSummary
Whisper is an open-source speech recognition model, distributed as a Python package, that transcribes and translates audio and identifies spoken language across multiple languages. It runs from the command line via `pip install openai-whisper` (with `ffmpeg` as a system dependency), or can be called as a library in a Python pipeline, which fits developers and ML engineers building transcription or translation into an application rather than someone wanting a hosted service. Its multitask Transformer design replaces what was previously a chain of separate speech-processing tools, handling recognition, translation, and language identification in one model rather than one pipeline stage each. It sits in the ai-infrastructure space around speech-to-text, with options like word-level timestamps and hallucination filtering for subtitle-style output. The project has ten tracked releases, though the most recent one landed 421 days ago.
What Whisper answers
Which languages does it actually handle well, or does it favor English?
trained on a broad multilingual dataset, but recognition and translation quality varies by language since English speech dominated the training data
Does it run on my hardware, or do I need a GPU?
runs on CPU or GPU through PyTorch, but larger model sizes are slow enough on CPU that most real use expects a GPU
How do I keep output in sync with long recordings for subtitles?
word-level timing and controls that skip likely-hallucinated silent stretches keep breaks aligned to actual speech
Is this still being actively developed if something breaks?
ten releases are on record but the latest is over a year old, so fixes may land slowly or fall to the community
Examples
Command line
No option matches that search.
| option | found in | since | description |
|---|
No option matches that search.
Values are placeholders taken from each option’s declared default. Nothing is executed here — the output shown is a recording of a run that already happened.
Release history
Nothing shipped since we started watching. Releases and docs updates land here as they happen.