m-bain/whisperX
WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization) observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 92
- Release rhythm 85
- Longevity 97
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1
- age_days: 1364
- days_rel: 100
- days_push: 51
- n_releases_24m: 36
Adoption not part of the score
23765 stars · 2387 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
WhisperX is a Python library providing fast automatic speech recognition with word-level timestamps and speaker diarization. It combines Whisper-based batched inference (up to 70x realtime), wav2vec2 forced alignment for accurate word timings, VAD preprocessing, and pyannote-audio speaker labeling.
Use cases
- transcribe audio files with word-level timestamps
- add speaker labels to meeting or interview transcripts
- run fast batched speech-to-text on GPU
- reduce Whisper hallucinations with voice activity detection
- align existing transcripts to audio at phoneme level
- diarize multi-speaker recordings
When to choose
- you need per-word timing accuracy beyond Whisper's utterance-level timestamps
- you want fast GPU transcription with batching and a memory-efficient backend
- you need speaker diarization integrated into the ASR pipeline
When to avoid
- you need a hosted transcription API with real speaker names from meeting platforms
- you only need rough utterance-level transcripts and want a simpler setup
- you have no GPU and need maximum throughput
Facets
library · maturity active
speech-recognition machine-learning audio-processing speech-processing machine-learning python cli asr whisper word-level-timestamps speaker-diarization forced-alignment transcription faster-whisper wav2vec2 pyannote audio gpu
2 sources
- readme: https://github.com/m-bain/whisperX · fetched 2026-08-28 · ec77381252da
- registry_pypi: https://pypi.org/pypi/whisperx/json · fetched 2026-08-29 · 20531f2c2abd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| m-bain/whisperX | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem