whisperX
Enrichment pendingWhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Active (15d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Jul 11, 2026
- Languages
- python
Source: github.language+pyproject.toml · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
0. CUDA Installation
To use WhisperX with GPU acceleration, install the CUDA toolkit 12.8 before WhisperX. Skip this step if using only the CPU.
- For Linux users, install the CUDA toolkit 12.8 following this guide: CUDA Installation Guide for Linux.
- For Windows users, download and install the CUDA toolkit 12.8: CUDA Downloads.
1. Simple Installation (Recommended)
The easiest way to install WhisperX is through PyPi:
pip install whisperx
Or if using uvx:
uvx whisperx
2. Advanced Installation Options
These installation methods are for developers or users with specific needs. If you're not sure, stick with the simple installation above.
Option A: Install from GitHub
To install directly from the GitHub repository:
uvx git+https://github.com/m-bain/whisperX.git
Option B: Developer Installation
If you want to modify the code or contribute to the project:
git clone https://github.com/m-bain/whisperX.git
cd whisperX
uv sync --all-extras --dev
Note: The development version may contain experimental features and bugs. Use the stable PyPI release for production environments.
You may also need to install ffmpeg, rust etc. Follow openAI instructions here https://github.com/openai/whisper#setup.