forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Milestone
Description
Tensorflow Light for Microcontrollers is a subset of Tensorflow Light designed specifically for use with microcontrollers, taking only 16 KB for the core runtime and requiring no system libraries or dynamically allocated memory. Adding these tools would allow for things like camera-based person detection, gesture sorting, voice recognition, and other tasks that use trained models.
Tensorflow Light is already implemented for Micropython on the OpenMV and the Sipeed MAix BiT. It is available using platforms like Arduino and Mbed on a variety of other development boards.
This thread is for general discussion of this implementation and tracking potential issues with its implementation.