tensorflow-micropython-examples
tensorflow-micropython-examples copied to clipboard
A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
This is work in progress to change how tensorflow is built and linked into the microlite firmware. Instead of enumerating all of the source files I build the tensorflow part...
As pointed out in another issue, there are two variants of the ESP-EYE. https://github.com/mocleiri/tensorflow-micropython-examples/issues/96#issuecomment-1269156018 Currently this repo only covers the ESP32 variant with camera support and so I am requesting...
Can't use camera on my LILYGO® TTGO T-Camera Plus with OV2640 module I've flashed microlite-spiram-cam-esp32-firmware from commit [3ed56ec](https://github.com/mocleiri/tensorflow-micropython-examples/commit/3ed56eca75089fb9572e0633c1eb63148074a479) Everything is working fine, except camera module (ImportError: no module named 'camera')...
I have drag the firmware.uf2 file to my Raspberry Pi Pico broad. But my computer and THonny IDE can not recognize the broad as an USB device correctly and I...
I want to build a firmware using the latest version of micropython 1.20.0, esp-idf v5.0.2 and the latest version of ulab. I tried to change it separately, but the firmware...
I would like to know the layers of model which the MicroPython firmware supported, as I changed my model, which uses LSTM in it, the inference program on ESP32 doesn't...
Espressif is actively maintaining the https://github.com/espressif/tflite-micro-esp-examples repository which is the Tensorflow for Microcontrollers build for esp32 using C/C++ using ESP-IDF. Instead of depending on [tflite micro](https://github.com/tensorflow/tflite-micro) directly we can depend...
The ESP-BOX is a new generation AIoT development platform released by Espressif Systems. They provide a platform for developing the control of home appliances using Voice Assistance + touch and...
**Description:** I am currently working on a project using ESP32 and ESP32-S3 boards and utilizing the microlite library for running TFLite models in MicroPython. First of all, I would like...
Requesting a pre build firmware for Arduino Nano RP2040 Connect board.