briand-hub/Esp32AI
C++17 Neural Network (NN), Convolutional Neural Network (CNN) and Deep Learning for Esp32 on IDF from scratch
This is a C++17 library for implementing basic neural networks (NN), convolutional neural networks (CNN), and deep learning models directly on ESP32 microcontrollers, especially the ESP32-S3. It allows embedded systems developers to integrate AI capabilities into their projects, taking raw sensor data or images as input and producing classifications or predictions as output. It is intended for developers who want to build custom, lightweight AI solutions for edge devices.
No commits in the last 6 months.
Use this if you are an embedded systems developer working with ESP32-S3 and need a C++17 library to implement neural networks or deep learning models from scratch without relying on higher-level frameworks.
Not ideal if you are a beginner looking for a high-level, production-ready AI library with extensive pre-built models and robust community support for immediate deployment.
Stars
23
Forks
5
Language
C++
License
GPL-3.0
Category
Last pushed
Aug 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/briand-hub/Esp32AI"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Seeed-Studio/ModelAssistant
Seeed SenseCraft Model Assistant is an open-source project focused on embedded AI. 🔥🔥🔥
rakesh-i/ESP32-Autonomous-car
Autonomous car using ESP32.
JarmouniA/TFLM_Inference_ESP32_PlatformIO
Implementing a handwritten digits recognition application on the ESP32-CAM dev board using...
invpe/ESP32-Birdie
My ESP32 is smarter than Yours: DIY AI Bird Detector on ESP32 (No Internet!)
sebastiano123-c/DroneIno
Arduino code for ESP32 based DIY quadcopter drones, providing autonomous flight via artificial...