{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence"}],"enrichment":{"capability":"Transcribes audio to text using OpenAI's Whisper model, reimplemented with CTranslate2 for faster inference and lower memory use than the original.","skillfed_tags":["speech-recognition","model-inference","quantization"],"use_cases":["Transcribe long audio or video files on GPU with reduced latency and VRAM compared to openai/whisper.","Run speech-to-text on CPU with int8 quantization to fit within constrained memory budgets.","Batch-process multiple audio files in parallel using the BatchedInferencePipeline for throughput.","Deploy Whisper transcription in production where inference speed and memory efficiency are critical.","Use Distil-Whisper checkpoints for faster, lighter-weight transcription with acceptable accuracy trade-off."],"what_it_does":"Faster-whisper is a reimplementation of OpenAI's Whisper speech-to-text model using CTranslate2, a fast inference engine for Transformer models. It trades the original Whisper library for a more efficient backend, achieving measurable speed and memory improvements on both CPU and GPU while maintaining transcription accuracy. The package handles audio decoding via PyAV (bundled FFmpeg), so you don't need to install FFmpeg separately.\n\nThe package supports multiple precision modes (fp32, fp16, int8) and batch processing, allowing you to tune speed and memory trade-offs for your hardware. It can run on CPU or GPU, and works with Whisper's standard model sizes (tiny, base, small, medium, large) as well as Distil-Whisper checkpoints. The transcription API returns segments with timestamps and detected language information.","worth_installing":"Yes, if you need Whisper transcription and speed or memory efficiency matters. The package is mature (Beta status, 24910 stars, no known vulnerabilities), permissively licensed, and has low install friction. Maintenance is aging (287 days since last release), but the repository remains active. GPU users must have CUDA 12 libraries available; CPU-only use is simpler. Start here if you're choosing between openai/whisper and faster-whisper for the same accuracy at lower cost."},"id":"faster-whisper","links":{"html":"https://skillfed.io/packages/faster-whisper","md":"https://skillfed.io/packages/faster-whisper.md","pypi":"https://pypi.org/project/faster-whisper/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-31","license_spdx":null,"license_treatment":"permissive","name":"faster-whisper","python_support":"supports_current","summary":"Faster Whisper transcription with CTranslate2"},"popularity":{"monthly_downloads":8952579,"position":1572,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.2.1"}
