diff --git a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/ani2.gif b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/ani3.gif similarity index 75% rename from content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/ani2.gif rename to content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/ani3.gif index 6cb7571bd3..dabd4ad6bf 100644 Binary files a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/ani2.gif and b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/ani3.gif differ diff --git a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/thumbnail.png b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/thumbnail.png deleted file mode 100644 index d9b826756e..0000000000 Binary files a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/thumbnail.png and /dev/null differ diff --git a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md index 8e492f4071..d0fb7f9999 100644 --- a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md +++ b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md @@ -22,7 +22,7 @@ software: This tutorial describes how to build a gesture recognition system based on a machine learning model using TensorFlow Lite and the Arduino Nano Matter. -![Nano Matter Magic Wand](assets/thumbnail.png) +![Nano Matter Magic Wand](assets/ani3.gif) The Arduino Nano Matter acts as a digital magic wand 🪄, where sensor data from its movements is processed by a model to classify and detect specific gestures. The inference results will turn on Modulino Pixels on a specific color respectively to the detected gesture. @@ -31,7 +31,6 @@ The Arduino Nano Matter acts as a digital magic wand 🪄, where sensor data fro The goal of this project tutorial is to showcase the capabilities of the Arduino Nano Matter running Tiny Machine Learning models on the edge for gesture recognition. The wand can detect two gestures drawn in the air: **"W" (wing gesture)** and **"O" (ring gesture)**. -![Project working demo](assets/ani2.gif) ## Hardware and Software Requirements