GraphCanon updated today · GitHub synced today · 31 views this month
24k
Stars
2.0k
Forks
311
Open issues
167
Watchers
7mo
Last push
Python MITCreated Feb 11, 2023
Trust & integrity
Full report- Maintenance
- Slowing (234d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No criticals
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
Faster Whisper transcription with CTranslate2
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Python runtimePython
Source: README excerpt (regex_v1, Jul 11, 2026)
* Python 3.9 or greaterSource link
Tags
README
Requirements
- Python 3.9 or greater
Unlike openai-whisper, FFmpeg does not need to be installed on the system. The audio is decoded with the Python library PyAV which bundles the FFmpeg libraries in its package.
Installation
The module can be installed from PyPI:
pip install faster-whisper
Other installation methods (click to expand)
Install the master branch
pip install --force-reinstall "faster-whisper @ https://github.com/SYSTRAN/faster-whisper/archive/refs/heads/master.tar.gz"
Install a specific commit
pip install --force-reinstall "faster-whisper @ https://github.com/SYSTRAN/faster-whisper/archive/a4f1cc8f11433e454c3934442b5e1a4ed5e865c3.tar.gz"