feat: add OpenWakeWord model "Home_assistant"
This commit is contained in:
parent
5b08283882
commit
be15c3db2e
2 changed files with 12 additions and 0 deletions
12
Home_assistant.json
Normal file
12
Home_assistant.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "micro",
|
||||||
|
"wake_word": "Home Assistant",
|
||||||
|
"author": "unknown",
|
||||||
|
"website": "https://git.molez.org",
|
||||||
|
"model": "./Home_assistant.tflite",
|
||||||
|
"version": 1,
|
||||||
|
"micro": {
|
||||||
|
"probability_cutoff": 0.5,
|
||||||
|
"sliding_window_average_size": 10
|
||||||
|
}
|
||||||
|
}
|
BIN
Home_assistant.tflite
Normal file
BIN
Home_assistant.tflite
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue