Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

A lightweight, simple-to-use, RNN wake word listener

License

Notifications You must be signed in to change notification settings

OpenVoiceOS/precise-lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mycroft Precise-Lite

DEPRECATED - for the original precise use mycroft repo, for the OpenVoiceOS maintained repo see https://github.com/OpenVoiceOS/precise-lite-trainer

A lightweight, simple-to-use, RNN wake word listener.

Precise is a wake word listener. The software monitors an audio stream ( usually a microphone ) and when it recognizes a specific phrase it triggers an event. For example, at Mycroft AI the team has trained Precise to recognize the phrase "Hey, Mycroft". When the software recognizes this phrase it puts the rest of Mycroft's software into command mode and waits for a command from the person using the device. Mycroft Precise is fully open source and can be trined to recognize anything from a name to a cough.

Usage

precise-lite-listen my_model_file.net

To convert it into tflite run

precise-lite-convert my_model_file.net

And you can run then tflite

precise-lite-listen my_model_file.tflite

About

A lightweight, simple-to-use, RNN wake word listener

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%