UNPKG

whisper-node-server

Version:

Local audio transcription on CPU. Node.js bindings for OpenAI's Whisper. Modified from node-whisper

17 lines (16 loc) 285 B
{ "name": "addon.node", "version": "0.0.0", "description": "", "main": "index.js", "author": "Qanhe Chen", "license": "MIT", "scripts": { "test": "jest" }, "devDependencies": { "cmake-js": "^7.1.1", "jest": "^29.4.0", "node-addon-api": "^5.0.0" } }