Arduino_TensorFlowLite_ESP32 icon indicating copy to clipboard operation
Arduino_TensorFlowLite_ESP32 copied to clipboard

Allows you to run machine learning models locally on your ESP32 device.

Results 21 Arduino_TensorFlowLite_ESP32 issues
Sort by recently updated
recently updated
newest added

Was initially encountering the error `TensorFlowLite_ESP32\src\bus\i2s_lcd_esp32_driver.c:24:30: fatal error: esp32/rom/lldesc.h: No such file or directory`. But changing the `#include "esp32/rom/lldesc.h"` to `#include "rom/lldesc.h"` worked on my Windows machine with the Espressif...

Hey i am trying to run person detection esp32 cam after converting into c source file of image classification mobilenet v1 with 0.25 but getting reboot error. so please ket...

Can't perform inference on a quantized model that was trained on TF2.3. It crashes when it tries to perform a CONV2D layer inference. Rebooting... ets Jun 8 2016 00:22:57 rst:0xc...

Hi this is a great library. Would be good if you could update to version 2.4. Maybe write how to regenerate with new version Thank you

Hi, I'm trying to implement a multivariate time series prediction model using LSTM, and an anomaly detection model using autoencoders. I have successfully converted them to a TFLite version and...

Hi. I have trained a network using the following colab notebook . Now following the instructions explained in **Deploy to ESP32** section of the official TensorFlow lite microspeech example ()...

Hello sir, thank you so much for making this library. I know that updating must be diffuclt, but can you share a notebook or colab where I can train a...

Getting the following errors/warnings when compiling for a SparkFun Edge board. Compiler seems to not be happy about a lot of things, any fix to this? ``` Arduino: 1.8.13 (Linux),...

I have an Esp32 Wrover-e board with MP34DT05 microphone. I am running the micro_speech example but I am not getting the correct result. It always prints "no" even though it...