Skip to content

Latest commit

 

History

History
 
 

GestureToEmoji

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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