Data Processing
TensorFlow Lite Micro library in Arduino style.
This library allows you to use TensorFlow Lite Micro on Arduino boards in a simple and intuitive way, following the typical style of Arduino APIs. It avoids the use of pointers and other syntactic structures not recommended in Arduino sketches. The library is a wrapper for the Chirale_TensorFlowLite library.
Maintainer: Spazio Chirale
This library is compatible with the mbed_nano, esp32, mbed_nicla, mbed_portenta, mbed_giga architectures so you should be able to use it on the following Arduino boards:
Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.