├── 0.jpg ├── README.md ├── exercice_iris ├── data.cpp ├── data.h └── exercice_iris.ino ├── info.png ├── tutorial.ipynb └── video.JPG /0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroormeno/TensorFlow-LITE-ESP32-ARDUINO/HEAD/0.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroormeno/TensorFlow-LITE-ESP32-ARDUINO/HEAD/README.md -------------------------------------------------------------------------------- /exercice_iris/data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroormeno/TensorFlow-LITE-ESP32-ARDUINO/HEAD/exercice_iris/data.cpp -------------------------------------------------------------------------------- /exercice_iris/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroormeno/TensorFlow-LITE-ESP32-ARDUINO/HEAD/exercice_iris/data.h -------------------------------------------------------------------------------- /exercice_iris/exercice_iris.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroormeno/TensorFlow-LITE-ESP32-ARDUINO/HEAD/exercice_iris/exercice_iris.ino -------------------------------------------------------------------------------- /info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroormeno/TensorFlow-LITE-ESP32-ARDUINO/HEAD/info.png -------------------------------------------------------------------------------- /tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroormeno/TensorFlow-LITE-ESP32-ARDUINO/HEAD/tutorial.ipynb -------------------------------------------------------------------------------- /video.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroormeno/TensorFlow-LITE-ESP32-ARDUINO/HEAD/video.JPG --------------------------------------------------------------------------------