Add files via upload

This commit is contained in:
Tater Totterson
2025-09-30 19:16:36 -05:00
committed by GitHub
parent c6fe612143
commit c9aeb17091
2 changed files with 18 additions and 0 deletions

18
mww_tater/hey_tater.json Normal file
View File

@@ -0,0 +1,18 @@
{
"type": "micro",
"wake_word": "hey_tater",
"author": "Tater Totterson",
"website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git",
"model": "hey_tater.tflite",
"trained_languages": [
"en"
],
"version": 2,
"micro": {
"probability_cutoff": 0.97,
"sliding_window_size": 5,
"feature_step_size": 10,
"tensor_arena_size": 30000,
"minimum_esphome_version": "2024.7.0"
}
}