Files
theplasmak__faster-whisper/skill.json
T
2026-02-18 18:35:20 +08:00

33 lines
599 B
JSON

{
"name": "faster-whisper",
"version": "1.5.0",
"description": "Local speech-to-text using faster-whisper with 4-6x speed boost over OpenAI Whisper. GPU acceleration enables ~20x realtime transcription.",
"author": "ThePlasmak",
"tags": [
"whisper",
"transcription",
"speech-to-text",
"gpu",
"cuda",
"audio",
"ml"
],
"requires": {
"bins": [
"python3",
"ffmpeg"
],
"optionalBins": [
"yt-dlp"
],
"optionalPaths": [
"~/.cache/huggingface/token"
]
},
"platforms": [
"linux",
"macos",
"wsl2"
]
}