linto-ai/whisper-timestamped
Multilingual Automatic Speech Recognition with word-level timestamps and confidence observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 98
- Release rhythm 47
- Longevity 94
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 12.0
- age_days: 1328
- days_rel: 358
- days_push: 16
- n_releases_24m: 5
Adoption not part of the score
2841 stars · 211 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library extending OpenAI's Whisper models to produce accurate word-level timestamps and confidence scores during multilingual speech recognition. It uses Dynamic Time Warping on cross-attention weights with no extra inference steps and low memory overhead.
Use cases
- transcribe audio with word-level timestamps
- get confidence scores for each transcribed word
- run speech-to-text on long audio files with low memory
- detect spoken language with confidence
- apply voice activity detection before transcription
- generate subtitles with precise word timing
When to choose
- you need word-level timestamps rather than Whisper's approximate segment timestamps
- you want confidence scores per word or segment
- you want to keep using openai-whisper with minimal changes
- you process long audio files and care about memory usage
When to avoid
- you need speaker diarization as a first-class feature
- you require a non-Python or non-PyTorch environment
- you need a permissively licensed dependency (it is AGPL-3.0)
- you only need coarse segment-level transcription
Facets
library · maturity active
speech-recognition machine-learning deep-learning speech-processing machine-learning python cli cross-platform whisper word-timestamps asr speech-to-text pytorch voice-activity-detection multilingual confidence-scores transcription natural-language-processing
2 sources
- readme: https://github.com/linto-ai/whisper-timestamped · fetched 2026-08-28 · d4ec6a70c24b
- registry_pypi: https://pypi.org/pypi/whisper-timestamped/json · fetched 2026-08-29 · b992e133c42d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| linto-ai/whisper-timestamped | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="linto-ai/whisper-timestamped")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem