From 528c14883dcf74d55d6e5114eb81262c734d02dc Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Tue, 10 Oct 2023 22:40:17 +0200 Subject: [PATCH] Move step result --- source/voice_control/create_wake_word.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/voice_control/create_wake_word.markdown b/source/voice_control/create_wake_word.markdown index b380fc171df..e446d23a03b 100644 --- a/source/voice_control/create_wake_word.markdown +++ b/source/voice_control/create_wake_word.markdown @@ -42,7 +42,7 @@ Depending on the word, training a model on your own wake word may take a few ite - **Result**: Once this process is finished, you should have 2 files in your downloads folder: - `.tflite` and `.onnx` files -8. Congratulations! You have created your own wake word model! +8. Congratulations! You just applied machine learning to create your own wake word model! - The next step is to add it to Home Assistant. ## To add your personal wake word to Home Assistant @@ -68,7 +68,6 @@ Depending on the word, training a model on your own wake word may take a few ite 8. Test your new wake word. - Speak your wake word followed by a command, such as "Turn on the lights in the kitchen". - When the ATOM Echo picks up the wake word, it start blinking blue. - - Congrats! You just applied machine learning. ## Troubleshooting