1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 14:27:40 +03:00
leon/hotword
2022-02-19 09:25:02 +08:00
..
models chore(hotword): new French model 2019-06-08 21:35:48 +08:00
index.js feat(server): on-the-fly language switching 2022-02-13 01:42:29 +08:00
package-lock.json fix: hotword offline (#342) 2022-01-31 12:09:54 +08:00
package.json docs: change Twitter handle [skip ci] 2022-02-19 09:24:47 +08:00
README.md chore: no need to mention Node.js version for the hotword node 2019-06-08 12:55:48 +08:00

Hotword

This node enables the wake word "Leon". Once this is running, you can call Leon by saying his name according to the language you chose.

Getting Started

Installation

# Install
npm run setup:offline-hotword

Usage

# From the project root:

# Run main server
npm run build && npm start

# Go to http://localhost:1337

# Run hotword node
npm run wake

# Say "Leon" via your microphone
# Triggered!