precise-lite for both amd64 and aarch64
Go to file
2021-08-16 03:49:26 +01:00
data Refine .gitignores 2018-06-12 13:58:41 -05:00
precise_lite add wrapped stream (do not open new pyaudio stream) 2021-08-16 03:49:26 +01:00
runner add wrapped stream (do not open new pyaudio stream) 2021-08-16 03:49:26 +01:00
.gitignore Add pytest cache to .gitignore 2019-03-18 13:54:26 -05:00
LICENSE Change license to Apache 2.0 2018-02-28 20:49:34 -06:00
README.md basic readme 2021-08-15 22:16:41 +01:00
requirements.txt tflite edition #0 2021-08-15 22:14:36 +01:00
setup.py tflite edition #0 2021-08-15 22:14:36 +01:00
setup.sh Modded the bash and requirements 2021-04-02 17:45:17 +02:00

Mycroft Precise-Lite

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