MerlinPCarson / WakeWord-Detection

Training and evaluation scripts for wake word detection DNN models.
Apache License 2.0
8 stars 1 forks source link

Adding files to run trained CRNN encode/decode models. #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

Added trained tensorflow CRNN models (trained for 20 epochs, no early stopping or other training parameters). Also includes tflite.py file modified from the original spokestack file, which replaces the original in the wakeword/ directory. This was the only file that needed changing to work with the alternative baseline model.

While the model does perform well on test data, and does fairly reliably recognize "hey snips" in real-time testing, it does also activate with "snips" in isolation. More evaluation yet to come.