Back to Skills

faster-whisper

danstrem2
Updated 2 days ago
1 views
1
1
View on GitHub
Documentsaudiotranscriptionwhisperspeech-to-textmlcudagpu

About

This skill provides local speech-to-text transcription using the faster-whisper implementation, offering 4-6x faster performance than OpenAI's Whisper with identical accuracy. It's ideal for transcribing audio/video files like meetings or podcasts, supporting GPU acceleration for ~20x realtime speeds and word-level timestamps. Developers should use it when needing efficient, offline-capable transcription without API dependencies.

Quick Install

Claude Code

Recommended
Primary
npx skills add danstrem2/clawdbot-skill-master-pack -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/danstrem2/clawdbot-skill-master-pack
Git CloneAlternative
git clone https://github.com/danstrem2/clawdbot-skill-master-pack.git ~/.claude/skills/faster-whisper

Copy and paste this command in Claude Code to install this skill

GitHub Repository

danstrem2/clawdbot-skill-master-pack
Path: skills/faster-whisper
0

Related Skills