mirror of
https://github.com/ThePlasmak/faster-whisper.git
synced 2026-09-19 07:38:23 +08:00
8605de9b3a
- skill.json: added requires.bins (python3, ffmpeg) and platforms field - SKILL.md: updated metadata key from moltbot to openclaw - Bumped version to 1.0.5
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "faster-whisper",
|
|
"version": "1.0.5",
|
|
"description": "Local speech-to-text using faster-whisper with 4-6x speed boost over OpenAI Whisper. GPU acceleration enables ~20x realtime transcription.",
|
|
"author": "Sarah Mak",
|
|
"tags": [
|
|
"whisper",
|
|
"transcription",
|
|
"speech-to-text",
|
|
"gpu",
|
|
"cuda",
|
|
"audio",
|
|
"ml"
|
|
],
|
|
"requires": {
|
|
"bins": ["python3", "ffmpeg"]
|
|
},
|
|
"platforms": ["windows", "linux", "macos", "wsl2"]
|
|
}
|