1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 14:27:40 +03:00
leon/hotword
2019-02-10 20:26:50 +08:00
..
models chore: init 2019-02-10 20:26:50 +08:00
index.js chore: init 2019-02-10 20:26:50 +08:00
package-lock.json chore: init 2019-02-10 20:26:50 +08:00
package.json chore: init 2019-02-10 20:26:50 +08:00
README.md chore: init 2019-02-10 20:26:50 +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

Please use Node.js 8.x here.

Tips: use nvm to easily manage your Node.js versions.

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!