TinyML is an incredibly powerful piece of software, and you can easily train your own model and deploy it on an ESP32.
The code base accompanying one step in the video series on creating a next-level WiFi library for your ESP32 projects. The video associated with this code base focused on engaging with the events p… ...
esp32-tft-project/ ├── src/ │ └── main.py # Main MicroPython script ├── tools/ │ ├── image_converter.py # Convert images for display │ └── upload_tool.py # Upload files to ESP32 ├── examples/ │ ├── ...