precise-lite for both amd64 and aarch64
Go to file
Olivier 'reivilibre' cbe8865db0 Upgrade to TF 2.7.1 with Aarch64 wheels to hopefully make this usable on R0 2022-08-14 16:42:30 +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 Upgrade to TF 2.7.1 with Aarch64 wheels to hopefully make this usable on R0 2022-08-14 16:42:30 +01:00
requirements.txt tflite edition #0 2021-08-15 22:14:36 +01:00
setup.py Upgrade to TF 2.7.1 with Aarch64 wheels to hopefully make this usable on R0 2022-08-14 16:42:30 +01:00
setup.sh Modded the bash and requirements 2021-04-02 17:45:17 +02:00

README.md

rei's fork of Precise-Lite

  • To install, use pip3 install . ./runner for both the engine and runner. All training scripts are included.
    • Use an up-to-date pip to avoid installing conflicting requirements!
  • This fork supports Aarch64 using the tensorflow_aarch64 packages.

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