|
|
|
|
|
by dsteinman
2171 days ago
|
|
I am attempting to bring 100% client-side speech recognition to the web: https://github.com/jaxcore/bumblebee Although the first release is not officially out yet, the NodeJS code is working and you can install the development version of the app server and try out the hello world app locally. The solution involves running Mozilla DeepSpeech inside an Electron desktop application with a websocket server and client API that NodeJS scripts can interact with, to receive speech recognition results, utilize "alexa" style hotword commands, and text-to-speech. The electron app handles all the heavy stuff, and you just use a simple API. A web browser extension can also make use of this API to bring these capabilities to web sites, but that part isn't finished yet. |
|