first commit

This commit is contained in:
Oliver Walter
2026-04-19 21:37:56 +02:00
commit 6cc9be5dae
2 changed files with 18 additions and 0 deletions

View File

@@ -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"
}
}

Binary file not shown.