Skip to content

Latest commit

 

History

History
executable file
·
24 lines (14 loc) · 1.17 KB

File metadata and controls

executable file
·
24 lines (14 loc) · 1.17 KB

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