mirror of
https://github.com/ThePlasmak/faster-whisper.git
synced 2026-09-19 07:38:23 +08:00
33 lines
599 B
JSON
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"
|
|
]
|
|
}
|