18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"type": "micro",
|
|
"wake_word": "cortana",
|
|
"author": "Bas Imth",
|
|
"website": "https://github.com/MasterPhooey/MicroWakeWord-Trainer-Docker",
|
|
"model": "cortana.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"
|
|
}
|
|
} |