parakeet.js
Version:
NVIDIA Parakeet speech recognition for the browser (WebGPU/WASM) powered by ONNX Runtime Web.
30 lines • 733 B
JSON
{
"name": "parakeet.js",
"version": "0.0.3",
"description": "NVIDIA Parakeet speech recognition for the browser (WebGPU/WASM) powered by ONNX Runtime Web.",
"type": "module",
"exports": {
".": "./src/index.js"
},
"keywords": [
"parakeet",
"speech",
"onnx",
"webgpu",
"wasm",
"transcription"
],
"dependencies": {
"onnxruntime-web": "1.22.0-dev.20250409-89f8206ba4"
},
"author": "Yunus Seyhan Dede",
"license": "MIT",
"homepage": "https://github.com/ysdede/parakeet.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ysdede/parakeet.js.git"
},
"bugs": {
"url": "https://github.com/ysdede/parakeet.js/issues"
}
}