Skip to content

Tensorflow Lite Micro on ESP32

Reference examples are available here. You have to download from github esp-nn and esp32-camera and place them into the relative folders under components.

Then go to examples/hello_worlds and as usual idf.py build, idf.py flash and finally idf.py monitor.

A nice explanation on how the model is generated can be found on the book TinyML by Pete Warden, Daniel Situnayake. The corresponding jupyter notebook is available here

Some other useful resources are listed below: