Tags:
create new tag
view all tags

The TinyML examples written in C++

The TinyML examples in C++, ported to the ESP32 can be found at https://github.com/espressif/tflite-micro-esp-examples/tree/master/examples. There you also find the procedures to actually build the programs. In fact there are two methods of building:

  • use thee Espressif esp-idf build system
  • use the Arduino IDE
  • use the MicroPython interface to TensorFlow MicroPython Examples
The test programs allowing to test the model before deploying it to the target processor can be found in the TensorFlow Lite Micro repository.

Arduino

For the Arduino SDK (Software Development Kit) you can install the TensorFlowLite_ESP32 library, which does not only contain the TensforFlowLite library but also the examples

  • hello_world
  • wake word detection
  • person detection
-- Uli Raich - 2023-12-18

Comments

Topic attachments
I Attachment History Action Size Date Who Comment
PNGpng hello_world_test_include.png r1 manage 51.2 K 2023-12-18 - 16:00 UliRaich  
PNGpng hello_world_test_run.png r1 manage 152.4 K 2023-12-18 - 16:00 UliRaich  
PNGpng tflite_examples_arduino.png r1 manage 178.7 K 2023-12-18 - 16:01 UliRaich  
Topic revision: r1 - 2023-12-18 - UliRaich
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback