From ad356f9ed648125f96dfead246475ceb059833ee Mon Sep 17 00:00:00 2001 From: Bas-Imth <30594663+Bas-Imth@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:58:53 +0200 Subject: [PATCH] hopeless test -- don't use this --- cortana.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cortana.json diff --git a/cortana.json b/cortana.json new file mode 100644 index 0000000..ae9913f --- /dev/null +++ b/cortana.json @@ -0,0 +1,15 @@ +{ + "type": "micro", + "wake_word": "cortana", + "author": "bc", + "model": "https://git.paradeus.tech/Bas-Imth/models/raw/branch/main/cortana.tflite", + "version": 2, + "trained_languages": ["en"], + "micro": { + "probability_cutoff": 0.5, + "sliding_window_size": 5, + "feature_step_size": 10, + "tensor_arena_size": 22860, + "minimum_esphome_version": "2024.7" + } +} \ No newline at end of file