Ross ROSS = Recommend OSS · open-source software intelligence for agents

SYSTRAN/faster-whisper

Faster Whisper transcription with CTranslate2 observed · 2026-08-28

github.com/SYSTRAN/faster-whisper · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

57/100

  • Activity 53
  • Release rhythm 42
  • Longevity 92
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: 86
  • age_days: 1299
  • days_rel: 306
  • days_push: 287
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

25104 stars · 2045 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A fast reimplementation of OpenAI's Whisper speech-to-text model built on the CTranslate2 inference engine, offering up to 4x speedup and lower memory usage than the original. It supports 8-bit quantization on both CPU and GPU and requires no system FFmpeg installation.

Use cases

  • transcribe audio files to text
  • convert speech to text in python
  • faster whisper transcription
  • run whisper on cpu with low memory
  • batch transcribe long audio recordings
  • subtitle generation from audio
  • deploy speech-to-text on gpu efficiently

When to choose

  • you need faster and more memory-efficient Whisper inference than openai/whisper
  • you want int8 quantization for CPU or GPU deployment
  • you want a pip-installable Python library without system FFmpeg dependencies
  • you need batched transcription for throughput

When to avoid

  • you need a non-Python runtime such as C++ or a single-file binary (consider whisper.cpp)
  • you need features beyond transcription like training or fine-tuning Whisper
  • you need streaming real-time ASR with low-latency partial results

Facets

library · maturity active

speech-recognition llm-inference machine-learning deep-learning speech-processing machine-learning python cross-platform whisper ctranslate2 speech-to-text transcription quantization int8 asr audio gpu

2 sources

Member repositories

RepositoryRoleHealth v2
SYSTRAN/faster-whispermain57

For agents

markdown · JSON · MCP: product_card(name="SYSTRAN/faster-whisper")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem