TensorFlow Lite for Microcontrollers or TFLite Micro is designed to run machine learning models on microcontrollers and other embedded devices. The key advantages are low energy consumption, small size, network connectivity is not required, privacy by running inference on-device and a large scale impact as billions of microcontrollers are embedded within hardware every year.
In this video, we demostrate running a tiny ~250KB binary image classification model which detects if a person is present in the image captured by the SparkFunEdge microcontroller (https://goo.gle/3auscnH). If the microcontroller detects a person, the green LED lights up; otherwise the orange LED lights up. Every time it runs an inference, the blue LED toggles.
Speakers:
Meghna Natraj - Software Engineer
Pete Warden - Staff Software Engineer
Jason Mayes - Senior Developer Advocate
#tensorflow #machine-learning #python