Skip to content

frymanofer/Web_WakeWordDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Wake Word Detection / Keywords Detection by Davoice

GitHub release License

By DaVoice.io email: ofer@davoice.io

Twitter URL

Welcome to Davoice Wake Words – the premier Wake Words / keyword detection solution designed by DaVoice.io.

Features

  • High Accuracy: Our advanced machine learning models deliver top-notch accuracy.
  • Platforms: Web, JS, Angular, React etc'
  • Easy to deploy: Check out our example to enabled your web app.
  • Low Latency: Experience near-instantaneous keyword detection.

Contact

For any questions, requirements, or more support for React-Native, please contact us at ofer@davoice.io.

Installation and Usage

Example

cd example

npm install

npx webpack --config webpack.config.js

Test it in a browser:

You can run use https server to test the wake words.

Here is an example:

npm install -g http-server

http-server . -p 8080 --ssl --cert cert.pem --key key.pem

If you do not have cert.pem and/or key.pem: you can create them as follow:

nopenssl genrsa -out key.pem 2048

nopenssl req -new -key key.pem -out csr.pem

nopenssl x509 -req -days 365 -in csr.pem -signkey key.pem -out cert.pem

Next steps

Open a browser with the following URL https://192.168.1.218:8080
See that it is working for you.
Integrate it to your life website/app.

Contact us

If you need any help contact us: ofer@davoice.io

Links

Here are wakeword detection GitHub links per platform:

About

Wake word detection for web, JS, Angular, React etc'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published