mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-08 00:54:26 +01:00
27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"name": "whisper.cpp",
|
|
"version": "1.5.4",
|
|
"description": "Whisper speech recognition",
|
|
"main": "whisper.js",
|
|
"scripts": {
|
|
"test": "echo \"todo: add tests\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ggerganov/whisper.cpp"
|
|
},
|
|
"keywords": [
|
|
"openai",
|
|
"whisper",
|
|
"speech-to-text",
|
|
"speech-recognition",
|
|
"transformer"
|
|
],
|
|
"author": "Georgi Gerganov",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ggerganov/whisper.cpp/issues"
|
|
},
|
|
"homepage": "https://github.com/ggerganov/whisper.cpp#readme"
|
|
}
|