19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|