Skip to content

Files

Latest commit

79d0082 · Jan 3, 2021

History

History

GestureToEmoji

Machine Learning on Arduino

TensorFlow Lite gesture training tutorial

In this tutorial we will teach a board to recognise gestures! We'll capture motion data from the Arduino Nano 33 BLE Sense board, import it into TensorFlow to train a model, and deploy a classifier onto the board using TensorFlow Lite for microcontrollers.

Credits

This tutorial is adapted from the workshop Sandeep Mistry, Arduino and Don Coleman, Chariot Solutions presented at AI/ML Devfest in September 2019.

Exercises