2022-12-12 18:17:27 +00:00
|
|
|
{
|
|
|
|
"name": "whisper.cpp",
|
2024-11-19 16:54:22 +00:00
|
|
|
"version": "1.7.2",
|
2022-12-12 18:17:27 +00:00
|
|
|
"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"
|
|
|
|
}
|