akshayvernekar / esp_tensorflow_fmnist

Example project running Fashion Mnist TFLite model on ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp_tensorflow_fmnist

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.

Using the repository:

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.

Video:

To watch the video of the demo click here

About

Example project running Fashion Mnist TFLite model on ESP32


Languages

Language:C++ 87.0%Language:C 12.5%Language:CMake 0.2%Language:HTML 0.1%Language:Makefile 0.0%Language:Python 0.0%Language:Shell 0.0%