Faster Whisper Local
/install faster-whisper-local
Faster-Whisper
High-performance local speech-to-text using faster-whisper.
Setup
1. Run Setup Script
Execute the setup script to create a virtual environment and install dependencies. It will automatically detect NVIDIA GPUs for CUDA acceleration.
./setup.sh
Requirements:
- Python 3.10 or later
- ffmpeg (installed on the system)
Usage
Use the transcription script to process audio files.
Basic Transcription
./scripts/transcribe audio.mp3
Advanced Options
- Specific Model:
./scripts/transcribe audio.mp3 --model large-v3-turbo - Word Timestamps:
./scripts/transcribe audio.mp3 --word-timestamps - JSON Output:
./scripts/transcribe audio.mp3 --json - VAD (Silence Removal):
./scripts/transcribe audio.mp3 --vad
Available Models
distil-large-v3(default): Best balance of speed and accuracy.large-v3-turbo: Recommended for multilingual or highest accuracy tasks.medium.en,small.en: Faster, English-only versions.
Troubleshooting
- No GPU detected: Ensure NVIDIA drivers and CUDA are correctly installed. CPU transcription is significantly slower.
- OOM Error: Use a smaller model (e.g.,
smallorbase) or use--compute-type int8.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install faster-whisper-local - After installation, invoke the skill by name or use
/faster-whisper-local - Provide required inputs per the skill's parameter spec and get structured output
What is Faster Whisper Local?
Local speech-to-text using faster-whisper. High-performance transcription with GPU acceleration support. Includes word-level timestamps and distilled models.... It is an AI Agent Skill for Claude Code / OpenClaw, with 973 downloads so far.
How do I install Faster Whisper Local?
Run "/install faster-whisper-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Faster Whisper Local free?
Yes, Faster Whisper Local is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Faster Whisper Local support?
Faster Whisper Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Faster Whisper Local?
It is built and maintained by Damir Armanov (@damirikys); the current version is v1.0.0.