π¦ ClawHub
Faster Whisper Gpu
by @felipeoff
High-performance local speech-to-text transcription using Faster Whisper with NVIDIA GPU acceleration. Transcribe audio files locally without sending data to...
π‘ Examples
#### Portuguese Transcription with SRT Output
python transcribe.py meeting.mp3 --language pt --format srt --output meeting.srt
#### English Translation from Any Language
python transcribe.py japanese_audio.mp3 --task translate --format txt
#### High-Accuracy Mode with Large Model
python transcribe.py podcast.mp3 --model large-v3 --vad_filter --word_timestamps
#### CPU-Only Mode (no GPU)
python transcribe.py audio.mp3 --device cpu --compute_type int8
TERMINAL
clawhub install faster-whisper-gpu