TinyML/TinyZero

Started by greg.brougham, February 24, 2022, 06:20:06 AM

Previous topic - Next topic

greg.brougham

***
Full Member
Posts: 10
Logged
I wondered if anyone has tried running TinyML on the TinyZero. Since the TinyZero is based on the Arduino Zero is this possible?

https://www.tensorflow.org/lite/microcontrollers

lennevia

Administrator
*****
Hero Member
Posts: 437
Logged
It looks like it would work since the TinyZero (256KB Flash, 32KB SRAM) has more memory than the minimum requirements (16KB).

Adafruit has a nice library with examples that could work well - just need to replace the Serial object with SerialUSB for TinyZero for the examples: https://github.com/adafruit/Adafruit_TFLite
The github build is currently 'failing', but it would be worth it to test the hello world example.

SMF spam blocked by CleanTalk