Compare commits

...

2 Commits
v1 ... main

Author SHA1 Message Date
Hunter 1bd3c6b678 update manifest file?? 2025-07-01 12:55:48 -04:00
Hunter 8e326fc3c9 update manifest file? 2025-07-01 12:51:31 -04:00
1 changed files with 8 additions and 2 deletions

View File

@ -4,9 +4,15 @@
"author": "Hunter Halloran", "author": "Hunter Halloran",
"website": "https:/factory.uga.edu/", "website": "https:/factory.uga.edu/",
"model": "hey_fillis.tflite", "model": "hey_fillis.tflite",
"version": 1, "version": 2,
"trained_languages": [
"en"
],
"micro": { "micro": {
"probability_cutoff": 0.76, "probability_cutoff": 0.76,
"sliding_window_average_size": 10 "sliding_window_average_size": 10,
"tensor_arena_size": 65536,
"feature_step_size": 10,
"minimum_esphome_version": "2024.7.0"
} }
} }