commit 98dd7e996912aced4433b315707b0add9d88596e Author: taco Date: Sun Feb 15 17:42:40 2026 -0700 Add kobold files diff --git a/illustrations/kobold/error.png b/illustrations/kobold/error.png new file mode 100644 index 0000000..6127384 Binary files /dev/null and b/illustrations/kobold/error.png differ diff --git a/illustrations/kobold/listening.png b/illustrations/kobold/listening.png new file mode 100644 index 0000000..6af56a7 Binary files /dev/null and b/illustrations/kobold/listening.png differ diff --git a/illustrations/kobold/loading.png b/illustrations/kobold/loading.png new file mode 100644 index 0000000..a5462da Binary files /dev/null and b/illustrations/kobold/loading.png differ diff --git a/illustrations/kobold/responding.png b/illustrations/kobold/responding.png new file mode 100644 index 0000000..a6cb2c3 Binary files /dev/null and b/illustrations/kobold/responding.png differ diff --git a/illustrations/kobold/thinking.png b/illustrations/kobold/thinking.png new file mode 100644 index 0000000..22eecf9 Binary files /dev/null and b/illustrations/kobold/thinking.png differ diff --git a/illustrations/sketch_kobold/error.png b/illustrations/sketch_kobold/error.png new file mode 100644 index 0000000..7bca9b5 Binary files /dev/null and b/illustrations/sketch_kobold/error.png differ diff --git a/illustrations/sketch_kobold/idle.png b/illustrations/sketch_kobold/idle.png new file mode 100644 index 0000000..5be965e Binary files /dev/null and b/illustrations/sketch_kobold/idle.png differ diff --git a/illustrations/sketch_kobold/listen.png b/illustrations/sketch_kobold/listen.png new file mode 100644 index 0000000..ad04aef Binary files /dev/null and b/illustrations/sketch_kobold/listen.png differ diff --git a/illustrations/sketch_kobold/respond.png b/illustrations/sketch_kobold/respond.png new file mode 100644 index 0000000..0ac96a1 Binary files /dev/null and b/illustrations/sketch_kobold/respond.png differ diff --git a/illustrations/sketch_kobold/sleepy.png b/illustrations/sketch_kobold/sleepy.png new file mode 100644 index 0000000..b837ec2 Binary files /dev/null and b/illustrations/sketch_kobold/sleepy.png differ diff --git a/illustrations/sketch_kobold/thimk.png b/illustrations/sketch_kobold/thimk.png new file mode 100644 index 0000000..f725485 Binary files /dev/null and b/illustrations/sketch_kobold/thimk.png differ diff --git a/models/hey_nokari/hey_nokari.json b/models/hey_nokari/hey_nokari.json new file mode 100644 index 0000000..319f9ee --- /dev/null +++ b/models/hey_nokari/hey_nokari.json @@ -0,0 +1,18 @@ +{ + "type": "micro", + "wake_word": "hey_nokari", + "author": "Taco", + "website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git", + "model": "hey_nokari.tflite", + "trained_languages": [ + "en" + ], + "version": 2, + "micro": { + "probability_cutoff": 0.98, + "sliding_window_size": 20, + "feature_step_size": 10, + "tensor_arena_size": 30000, + "minimum_esphome_version": "2024.7.0" + } +} diff --git a/models/hey_nokari/hey_nokari.tflite b/models/hey_nokari/hey_nokari.tflite new file mode 100644 index 0000000..a388e5e Binary files /dev/null and b/models/hey_nokari/hey_nokari.tflite differ diff --git a/models/kobold/hey_kobold.json b/models/kobold/hey_kobold.json new file mode 100644 index 0000000..3e72d9a --- /dev/null +++ b/models/kobold/hey_kobold.json @@ -0,0 +1,18 @@ +{ + "type": "micro", + "wake_word": "hey_kobold", + "author": "Taco", + "website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git", + "model": "hey_kobold.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" + } +} diff --git a/models/kobold/hey_kobold.tflite b/models/kobold/hey_kobold.tflite new file mode 100644 index 0000000..3b41a37 Binary files /dev/null and b/models/kobold/hey_kobold.tflite differ diff --git a/models/nokari/nokari.json b/models/nokari/nokari.json new file mode 100644 index 0000000..5343b8a --- /dev/null +++ b/models/nokari/nokari.json @@ -0,0 +1,18 @@ +{ + "type": "micro", + "wake_word": "nokari", + "author": "Taco", + "website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git", + "model": "nokari.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" + } +} diff --git a/models/nokari/nokari.tflite b/models/nokari/nokari.tflite new file mode 100644 index 0000000..da2d90a Binary files /dev/null and b/models/nokari/nokari.tflite differ diff --git a/models/ok_kobold/ok_kobold.json b/models/ok_kobold/ok_kobold.json new file mode 100644 index 0000000..c2d0489 --- /dev/null +++ b/models/ok_kobold/ok_kobold.json @@ -0,0 +1,18 @@ +{ + "type": "micro", + "wake_word": "ok_kobold", + "author": "Taco", + "website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git", + "model": "ok_kobold.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" + } +} diff --git a/models/ok_kobold/ok_kobold.tflite b/models/ok_kobold/ok_kobold.tflite new file mode 100644 index 0000000..7bd2194 Binary files /dev/null and b/models/ok_kobold/ok_kobold.tflite differ