wafa_ath
DIIDevHeads IoT Integration Server
•Created by Enthernet Code on 6/25/2024 in #middleware-and-os
How can I use the machine learning library MicroML to perform simple inference on an ESP32?
Hello @Enthernet Code , after Creating a c code of the model and include it into your ESP32 project as model.h. In your Arduino sketch, read from sensors, then call the function for prediction from the generated code,
This project tutorial will guide you https://dev.to/tkeyo/tinyml-machine-learning-on-esp32-with-micropython-38a6
5 replies