commit 6cc9be5daec2dc2b1e5a1c1c301b375d6a73e2c4 Author: Oliver Walter Date: Sun Apr 19 21:37:56 2026 +0200 first commit diff --git a/hey_nexus_en/hey_nexus.json b/hey_nexus_en/hey_nexus.json new file mode 100644 index 0000000..ba4a560 --- /dev/null +++ b/hey_nexus_en/hey_nexus.json @@ -0,0 +1,18 @@ +{ + "type": "micro", + "wake_word": "Hey Nexus", + "author": "Tater Totterson", + "website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git", + "model": "hey_nexus.tflite", + "trained_languages": [ + "en" + ], + "version": 2, + "micro": { + "probability_cutoff": 0.61, + "sliding_window_size": 3, + "feature_step_size": 10, + "tensor_arena_size": 30000, + "minimum_esphome_version": "2024.7.0" + } +} diff --git a/hey_nexus_en/hey_nexus.tflite b/hey_nexus_en/hey_nexus.tflite new file mode 100644 index 0000000..c43e7ad Binary files /dev/null and b/hey_nexus_en/hey_nexus.tflite differ