splastunov
commited on
Commit
·
528a307
1
Parent(s):
6b5004f
add Kuza model
Browse files- Kuza.json +16 -0
- Kuza.onnx +3 -0
- Kuza.tflite +3 -0
Kuza.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"type": "micro",
|
3 |
+
"wake_word": "Кузя",
|
4 |
+
"author": "Sergei Plastunov",
|
5 |
+
"website": "https://www.homekuza.com/",
|
6 |
+
"model": "Kuza.tflite",
|
7 |
+
"trained_languages": ["ru"],
|
8 |
+
"version": 2,
|
9 |
+
"micro": {
|
10 |
+
"probability_cutoff": 0.85,
|
11 |
+
"feature_step_size": 10,
|
12 |
+
"sliding_window_size": 5,
|
13 |
+
"tensor_arena_size": 37000,
|
14 |
+
"minimum_esphome_version": "2024.7.0"
|
15 |
+
}
|
16 |
+
}
|
Kuza.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19dcd63eab472120bc9b94bb409c260236e5114859a5f61f3e538e8d16d0e1ac
|
3 |
+
size 205430
|
Kuza.tflite
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5979926eb8aff48a4e86d15726318614a5aa458328d97b285a9ce3d62deea698
|
3 |
+
size 206748
|