TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: greg.brougham on February 24, 2022, 06:20:06 AM

Title: TinyML/TinyZero
Post by: greg.brougham on February 24, 2022, 06:20:06 AM
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
Title: Re: TinyML/TinyZero
Post by: lennevia on March 08, 2022, 12:37:11 PM
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.