Merge branch 'main' of https://huggingface.co/spaces/djhui5710/reachy_mini_ha_voice
Browse files- .gitattributes +5 -0
- sounds/LICENSE.md +1 -0
- sounds/timer_finished.flac +0 -0
- sounds/wake_word_triggered.flac +0 -0
- wakewords/alexa.json +16 -0
- wakewords/alexa.tflite +0 -0
- wakewords/choo_choo_homie.json +18 -0
- wakewords/choo_choo_homie.tflite +0 -0
- wakewords/hey_home_assistant.json +16 -0
- wakewords/hey_home_assistant.tflite +0 -0
- wakewords/hey_jarvis.json +16 -16
- wakewords/hey_jarvis.tflite +0 -0
- wakewords/hey_luna.json +16 -0
- wakewords/hey_luna.tflite +0 -0
- wakewords/hey_mycroft.json +16 -0
- wakewords/hey_mycroft.tflite +0 -0
- wakewords/okay_computer.json +18 -0
- wakewords/okay_computer.tflite +0 -0
- wakewords/okay_nabu.json +16 -16
- wakewords/okay_nabu.tflite +0 -0
- wakewords/openWakeWord/alexa_v0.1.json +5 -0
- wakewords/openWakeWord/alexa_v0.1.tflite +3 -0
- wakewords/openWakeWord/hey_jarvis_v0.1.json +5 -0
- wakewords/openWakeWord/hey_jarvis_v0.1.tflite +3 -0
- wakewords/openWakeWord/hey_mycroft_v0.1.json +5 -0
- wakewords/openWakeWord/hey_mycroft_v0.1.tflite +3 -0
- wakewords/openWakeWord/hey_rhasspy_v0.1.json +5 -0
- wakewords/openWakeWord/hey_rhasspy_v0.1.tflite +3 -0
- wakewords/openWakeWord/ok_nabu_v0.1.json +5 -0
- wakewords/openWakeWord/ok_nabu_v0.1.tflite +3 -0
- wakewords/stop.json +16 -16
- wakewords/stop.tflite +0 -0
.gitattributes
CHANGED
|
@@ -1,2 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
"reachy_mini_ha_voice/wakewords/**/*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 2 |
reachy_mini_ha_voice/sounds/**/*.flac" filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
+
wakewords/openWakeWord/alexa_v0.1.tflite filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
wakewords/openWakeWord/hey_jarvis_v0.1.tflite filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
wakewords/openWakeWord/hey_mycroft_v0.1.tflite filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
wakewords/openWakeWord/hey_rhasspy_v0.1.tflite filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
wakewords/openWakeWord/ok_nabu_v0.1.tflite filter=lfs diff=lfs merge=lfs -text
|
| 6 |
"reachy_mini_ha_voice/wakewords/**/*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 7 |
reachy_mini_ha_voice/sounds/**/*.flac" filter=lfs diff=lfs merge=lfs -text
|
sounds/LICENSE.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[Home Assistant Voice Preview Edition Sounds](https://github.com/esphome/home-assistant-voice-pe/tree/dev/sounds) © 2024 by [Clayton Charles Tapp](https://www.cctaudio.com/) is licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1)
|
sounds/timer_finished.flac
ADDED
|
Binary file (87.1 kB). View file
|
|
|
sounds/wake_word_triggered.flac
ADDED
|
Binary file (16.8 kB). View file
|
|
|
wakewords/alexa.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "Alexa",
|
| 4 |
+
"author": "Kevin Ahrendt",
|
| 5 |
+
"website": "https://www.kevinahrendt.com/",
|
| 6 |
+
"model": "alexa.tflite",
|
| 7 |
+
"trained_languages": ["en"],
|
| 8 |
+
"version": 2,
|
| 9 |
+
"micro": {
|
| 10 |
+
"probability_cutoff": 0.9,
|
| 11 |
+
"sliding_window_size": 5,
|
| 12 |
+
"feature_step_size": 10,
|
| 13 |
+
"tensor_arena_size": 22348,
|
| 14 |
+
"minimum_esphome_version": "2024.7.0"
|
| 15 |
+
}
|
| 16 |
+
}
|
wakewords/alexa.tflite
ADDED
|
Binary file (55.9 kB). View file
|
|
|
wakewords/choo_choo_homie.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "Choo Choo Homie",
|
| 4 |
+
"author": "Michael Hansen",
|
| 5 |
+
"website": "https://www.home-assistant.io",
|
| 6 |
+
"model": "choo_choo_homie.tflite",
|
| 7 |
+
"trained_languages": [
|
| 8 |
+
"en"
|
| 9 |
+
],
|
| 10 |
+
"version": 2,
|
| 11 |
+
"micro": {
|
| 12 |
+
"probability_cutoff": 0.97,
|
| 13 |
+
"feature_step_size": 10,
|
| 14 |
+
"sliding_window_size": 5,
|
| 15 |
+
"tensor_arena_size": 30000,
|
| 16 |
+
"minimum_esphome_version": "2024.7.0"
|
| 17 |
+
}
|
| 18 |
+
}
|
wakewords/choo_choo_homie.tflite
ADDED
|
Binary file (62.1 kB). View file
|
|
|
wakewords/hey_home_assistant.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "Hey Home Assistant",
|
| 4 |
+
"author": "Michael Hansen",
|
| 5 |
+
"website": "https://www.home-assistant.io",
|
| 6 |
+
"model": "hey_home_assistant.tflite",
|
| 7 |
+
"trained_languages": ["en"],
|
| 8 |
+
"version": 2,
|
| 9 |
+
"micro": {
|
| 10 |
+
"probability_cutoff": 0.97,
|
| 11 |
+
"feature_step_size": 10,
|
| 12 |
+
"sliding_window_size": 5,
|
| 13 |
+
"tensor_arena_size": 30000,
|
| 14 |
+
"minimum_esphome_version": "2024.7.0"
|
| 15 |
+
}
|
| 16 |
+
}
|
wakewords/hey_home_assistant.tflite
ADDED
|
Binary file (62.1 kB). View file
|
|
|
wakewords/hey_jarvis.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
{
|
| 2 |
-
"type": "micro",
|
| 3 |
-
"wake_word": "Hey Jarvis",
|
| 4 |
-
"author": "Kevin Ahrendt",
|
| 5 |
-
"website": "https://www.kevinahrendt.com/",
|
| 6 |
-
"model": "hey_jarvis.tflite",
|
| 7 |
-
"trained_languages": ["en"],
|
| 8 |
-
"version": 2,
|
| 9 |
-
"micro": {
|
| 10 |
-
"probability_cutoff": 0.97,
|
| 11 |
-
"feature_step_size": 10,
|
| 12 |
-
"sliding_window_size": 5,
|
| 13 |
-
"tensor_arena_size":
|
| 14 |
-
"minimum_esphome_version": "2024.7.0"
|
| 15 |
-
}
|
| 16 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "Hey Jarvis",
|
| 4 |
+
"author": "Kevin Ahrendt",
|
| 5 |
+
"website": "https://www.kevinahrendt.com/",
|
| 6 |
+
"model": "hey_jarvis.tflite",
|
| 7 |
+
"trained_languages": ["en"],
|
| 8 |
+
"version": 2,
|
| 9 |
+
"micro": {
|
| 10 |
+
"probability_cutoff": 0.97,
|
| 11 |
+
"feature_step_size": 10,
|
| 12 |
+
"sliding_window_size": 5,
|
| 13 |
+
"tensor_arena_size": 22860,
|
| 14 |
+
"minimum_esphome_version": "2024.7.0"
|
| 15 |
+
}
|
| 16 |
+
}
|
wakewords/hey_jarvis.tflite
ADDED
|
Binary file (52.3 kB). View file
|
|
|
wakewords/hey_luna.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "hey_luna",
|
| 4 |
+
"author": "adamlonsdale",
|
| 5 |
+
"website": "https://github.com/adamlonsdale",
|
| 6 |
+
"model": "hey_luna.tflite",
|
| 7 |
+
"version": 2,
|
| 8 |
+
"trained_languages": ["en"],
|
| 9 |
+
"micro": {
|
| 10 |
+
"probability_cutoff": 0.63,
|
| 11 |
+
"sliding_window_size": 5,
|
| 12 |
+
"feature_step_size": 10,
|
| 13 |
+
"tensor_arena_size": 22860,
|
| 14 |
+
"minimum_esphome_version": "2024.7.0"
|
| 15 |
+
}
|
| 16 |
+
}
|
wakewords/hey_luna.tflite
ADDED
|
Binary file (75.6 kB). View file
|
|
|
wakewords/hey_mycroft.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "Hey Mycroft",
|
| 4 |
+
"author": "Kevin Ahrendt",
|
| 5 |
+
"website": "https://www.kevinahrendt.com/",
|
| 6 |
+
"model": "hey_mycroft.tflite",
|
| 7 |
+
"trained_languages": ["en"],
|
| 8 |
+
"version": 2,
|
| 9 |
+
"micro": {
|
| 10 |
+
"probability_cutoff": 0.95,
|
| 11 |
+
"sliding_window_size": 5,
|
| 12 |
+
"feature_step_size": 10,
|
| 13 |
+
"tensor_arena_size": 23628,
|
| 14 |
+
"minimum_esphome_version": "2024.7.0"
|
| 15 |
+
}
|
| 16 |
+
}
|
wakewords/hey_mycroft.tflite
ADDED
|
Binary file (57.2 kB). View file
|
|
|
wakewords/okay_computer.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "Okay Computer",
|
| 4 |
+
"author": "Michael Hansen",
|
| 5 |
+
"website": "https://www.home-assistant.io",
|
| 6 |
+
"model": "okay_computer.tflite",
|
| 7 |
+
"trained_languages": [
|
| 8 |
+
"en"
|
| 9 |
+
],
|
| 10 |
+
"version": 2,
|
| 11 |
+
"micro": {
|
| 12 |
+
"probability_cutoff": 0.97,
|
| 13 |
+
"feature_step_size": 10,
|
| 14 |
+
"sliding_window_size": 5,
|
| 15 |
+
"tensor_arena_size": 30000,
|
| 16 |
+
"minimum_esphome_version": "2024.7.0"
|
| 17 |
+
}
|
| 18 |
+
}
|
wakewords/okay_computer.tflite
ADDED
|
Binary file (62.1 kB). View file
|
|
|
wakewords/okay_nabu.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
{
|
| 2 |
-
"type": "micro",
|
| 3 |
-
"wake_word": "Okay Nabu",
|
| 4 |
-
"author": "Kevin Ahrendt",
|
| 5 |
-
"website": "https://www.kevinahrendt.com/",
|
| 6 |
-
"model": "okay_nabu.tflite",
|
| 7 |
-
"trained_languages": ["en"],
|
| 8 |
-
"version": 2,
|
| 9 |
-
"micro": {
|
| 10 |
-
"probability_cutoff": 0.
|
| 11 |
-
"feature_step_size": 10,
|
| 12 |
-
"sliding_window_size": 5,
|
| 13 |
-
"tensor_arena_size":
|
| 14 |
-
"minimum_esphome_version": "2024.7.0"
|
| 15 |
-
}
|
| 16 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "Okay Nabu",
|
| 4 |
+
"author": "Kevin Ahrendt",
|
| 5 |
+
"website": "https://www.kevinahrendt.com/",
|
| 6 |
+
"model": "okay_nabu.tflite",
|
| 7 |
+
"trained_languages": ["en","nl","fr","de","it","es","sv"],
|
| 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 |
+
}
|
wakewords/okay_nabu.tflite
ADDED
|
Binary file (80.8 kB). View file
|
|
|
wakewords/openWakeWord/alexa_v0.1.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "openWakeWord",
|
| 3 |
+
"wake_word": "Alexa",
|
| 4 |
+
"model": "alexa_v0.1.tflite"
|
| 5 |
+
}
|
wakewords/openWakeWord/alexa_v0.1.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7333a317a790070a7f3432b81d9439c779481cc4ebd67c73da7174ea3cf48397
|
| 3 |
+
size 855312
|
wakewords/openWakeWord/hey_jarvis_v0.1.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "openWakeWord",
|
| 3 |
+
"wake_word": "Hey Jarvis",
|
| 4 |
+
"model": "hey_jarvis_v0.1.tflite"
|
| 5 |
+
}
|
wakewords/openWakeWord/hey_jarvis_v0.1.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14bff778604985e1b5c19f0f7bbe477a69cf281d8db34b232b3b972411f710e2
|
| 3 |
+
size 1278912
|
wakewords/openWakeWord/hey_mycroft_v0.1.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "openWakeWord",
|
| 3 |
+
"wake_word": "Hey Mycroft",
|
| 4 |
+
"model": "hey_mycroft_v0.1.tflite"
|
| 5 |
+
}
|
wakewords/openWakeWord/hey_mycroft_v0.1.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf9e43136afd3ca323698820a6e32a47f885ef4c30a3b8b577ec71688a9d64d8
|
| 3 |
+
size 860300
|
wakewords/openWakeWord/hey_rhasspy_v0.1.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "openWakeWord",
|
| 3 |
+
"wake_word": "Hey Rhasspy",
|
| 4 |
+
"model": "hey_rhasspy_v0.1.tflite"
|
| 5 |
+
}
|
wakewords/openWakeWord/hey_rhasspy_v0.1.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01d2526b45068f565aa3849d6ec2b7abae099154fc1b496f9ef20de9ef241fe9
|
| 3 |
+
size 416140
|
wakewords/openWakeWord/ok_nabu_v0.1.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "openWakeWord",
|
| 3 |
+
"wake_word": "Okay Nabu",
|
| 4 |
+
"model": "ok_nabu_v0.1.tflite"
|
| 5 |
+
}
|
wakewords/openWakeWord/ok_nabu_v0.1.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2982cecde4ee81cc7a2573d2602a7d54f0669425c94a7b64af77e0ff92b03a18
|
| 3 |
+
size 206380
|
wakewords/stop.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
{
|
| 2 |
-
"type": "micro",
|
| 3 |
-
"wake_word": "Stop",
|
| 4 |
-
"author": "Kevin Ahrendt",
|
| 5 |
-
"website": "https://www.kevinahrendt.com/",
|
| 6 |
-
"model": "stop.tflite",
|
| 7 |
-
"trained_languages": ["en"],
|
| 8 |
-
"version": 2,
|
| 9 |
-
"micro": {
|
| 10 |
-
"probability_cutoff": 0.5,
|
| 11 |
-
"feature_step_size": 10,
|
| 12 |
-
"sliding_window_size": 5,
|
| 13 |
-
"tensor_arena_size": 21000,
|
| 14 |
-
"minimum_esphome_version": "2024.7.0"
|
| 15 |
-
}
|
| 16 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "micro",
|
| 3 |
+
"wake_word": "Stop",
|
| 4 |
+
"author": "Kevin Ahrendt",
|
| 5 |
+
"website": "https://www.kevinahrendt.com/",
|
| 6 |
+
"model": "stop.tflite",
|
| 7 |
+
"trained_languages": ["en"],
|
| 8 |
+
"version": 2,
|
| 9 |
+
"micro": {
|
| 10 |
+
"probability_cutoff": 0.5,
|
| 11 |
+
"feature_step_size": 10,
|
| 12 |
+
"sliding_window_size": 5,
|
| 13 |
+
"tensor_arena_size": 21000,
|
| 14 |
+
"minimum_esphome_version": "2024.7.0"
|
| 15 |
+
}
|
| 16 |
+
}
|
wakewords/stop.tflite
ADDED
|
Binary file (45.5 kB). View file
|
|
|