Sunday, August 2, 2026

CrisperWhisper

1,062Must watch
Demo

A Whisper-class ASR that chooses verbatim speech — fillers, cutoffs, and all — with precise word timestamps.

Why it matters

CrisperWhisper is an open-source speech recognition system from Nyra focused on controllable verbatim transcription. It can emit exactly what was spoken, including fillers and vocal events, or a cleaned intended transcript with formatted numbers and dates. It adds word-level timings, longform continuation without chunk-seam glitches, multilingual support, and a production CTranslate2 runtime.

Most speech APIs clean what you said into what you meant. That is fine for notes and bad for TTS data, clinical speech, captions that match the audio, and training sets that need real disfluencies. CrisperWhisper 2.0 makes verbatim vs intended an explicit mode, keeps strong word timing, and ranks high on disfluency F1 across languages. If you build on transcripts, this is the open stack to try when clean STT is not enough.

How it works

Install from PyPI or the repo, point it at audio, and pick verbatim or intended mode. Use the demo and docs for options, models on Hugging Face, and the verbatimize path when you already have a clean transcript and want real disfluencies aligned back onto the audio.

Not another generic Whisper wrapper. It treats verbatim vs clean as a first-class control, targets word timing and disfluency metrics hard, and ships production inference aimed at real datasets — not only chatty demos.

Capabilities

Demo
  • Public demo available

Similar tools

asrspeechwhispertranscriptiontimestamps
Source ↗

Via github

X