UNPKG

web-wake-word

Version:

A web package for keyword detection

96 lines (95 loc) 2.43 kB
{ "name": "web-wake-word", "version": "1.0.37", "description": "A web package for keyword detection", "main": "dist/index.js", "scripts": { "build": "cross-env ORT_WEB_ASM_BUILD=ort webpack", "start": "webpack serve --open", "clean": "rm -rf dist" }, "keywords": [ "wake word detection web", "web wake word detection", "wake word detection js", "js wake word detection", "web voice activation detection", "Wake words", "Voice to Intent", "keyword detection npm", "Wake word detection github", "reactjs wake word", "reactjs wake word", "Wake word generator", "Custom wake word", "voice commands", "wake word", "wakeword", "wake words", "keyword detection", "keyword spotting", "speech to intent", "voice to intent", "phrase spotting", "Davoice.io wake word", "Davoice wake word", "wake", "word", "Voice Commands Recognition", "lightweight Voice Commands Recognition", "customized lightweight Voice Commands Recognition", "js wake word", "angular wake word", "davoice.io", "voice commands", "voice activation detection", "vad", "voice activation detection vad", "keyword detection", "keyword spotting", "speech to intent", "voice to intent", "phrase spotting", "react native wake word", "Davoice.io vad", "Davoice voice actication detection", "Davoice react native wake word", "Davoice react-native wake word", "Voice Commands Recognition", "lightweight Voice Activation Recognition", "customized lightweight Voice Commands Recognition", "Wake word detection github", "Wake word generator", "Custom wake word", "rn vad", "keyword", "detection", "web", "speech" ], "author": "Your Name", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.7", "babel-loader": "^8.2.2", "copy-webpack-plugin": "^12.0.2", "cross-env": "^7.0.3", "terser-webpack-plugin": "^5.3.10", "webpack": "^5.44.0", "webpack-cli": "^4.7.2", "webpack-dev-server": "^5.1.0", "webpack-obfuscator": "^3.5.1" }, "files": [ "dist", "LICENSE", "README.md" ], "dependencies": { "crypto-browserify": "^3.12.0", "meyda": "^5.6.3", "onnxruntime-web": "^1.20.1", "path-browserify": "^1.0.1" } }