18 lines
427 B
JSON
18 lines
427 B
JSON
{
|
|
"type": "micro",
|
|
"wake_word": "hal",
|
|
"author": "Tater Totterson",
|
|
"website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git",
|
|
"model": "hal.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"
|
|
}
|
|
} |