Example project running Fashion Mnist TFLite model on ESP32
For more details check following link : https://medium.com/analytics-vidhya/building-edge-ai-applications-using-tensorflow-lite-on-esp32-baf8534b176e
Important Note: This repository has been tested with ESP-IDF version 4.0, other versions might need some adjustments.
Clone the repository using below command
git clone --recursive https://github.com/akshayvernekar/esp_tensorflow_fmnist.git
If you clone project without --recursive flag, please go to the project directory and run command git submodule update --init before doing anything.
To watch the video of the demo click here