Skip to content

Releases: j-siderius/TFLiteMicro_ArduinoESP32S3

v1.0.0

10 Feb 22:06
aae2120

Choose a tag to compare

TFLiteMicro_ArduinoESP32S3 v1.0.0

First release of the TFLiteMicro_ArduinoESP32S3 library

  • Integrates latest (as of February 2025) TensorFlow Lite Micro kernel
  • Uses ESP-NN optimisations from the ESP-TFLiteMicro repository
  • Includes three working examples, including instructions to train custom models
  • Includes tools script to conveniently convert .tflite models to Arduino-compatible header files, including operator resolvers
  • Pre-compiled for speedy compilation in Arduino IDE

Installation

Download the Source Code (zip) below and import the library into Arduino IDE by going to Sketch > Include Library > Add .ZIP Library (more information can be found on the Arduino website - Installing libraries)