Skip to content

Command module is the module in charge of detecting wake-up-word and voice commands.

License

Notifications You must be signed in to change notification settings

CENSONtechnology/linto-command-module

Repository files navigation

Linto-command-module

Linto Command Module is the module in charge of:

  • Detecting keyword
  • Detecting beginning and ending of voice command utterances.

Disclaimer: This repository is an early stage development and may heavily vary or be replaced within short notice.

Getting Started

To get a copy a this repository:

git clone ...

The project

Dependencies

This program requires python3 and pip to work.

sudo apt-get install python3 python3-pip

Python libraries required to run the module can be found within the requirements.txt file and can be installed at once using:

sudo pip3 install -r requirements.txt

HOW TO

Architecture

project architecture

KeyWord and models.

The model provided with the repository is a model to spot the "Linto" Keyword based on ~500 recording made by a dozen of persons. If you want to use an other KeyWord please refer to mycroft-precise wiki.

Built With

License

This project is licensed under the GNU AFFERO License - see the LICENSE.md file for details

About

Command module is the module in charge of detecting wake-up-word and voice commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages