Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmysu/esp32-cam-tensorflowlite
Machine Learning on personal image w/ ESP32Cam
https://github.com/jmysu/esp32-cam-tensorflowlite
esp32 esp32cam platformio tensorflow-lite
Last synced: 3 months ago
JSON representation
Machine Learning on personal image w/ ESP32Cam
- Host: GitHub
- URL: https://github.com/jmysu/esp32-cam-tensorflowlite
- Owner: jmysu
- License: gpl-3.0
- Created: 2020-06-08T07:05:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T11:48:28.000Z (over 4 years ago)
- Last Synced: 2023-07-19T09:55:55.102Z (over 1 year ago)
- Topics: esp32, esp32cam, platformio, tensorflow-lite
- Language: C++
- Size: 1.2 MB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32-Camera-Machine-Learning using TensorFlowLite [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Machine Learning for person detection, responder on micro device (w/ ESP32Cam).
Example from TensorFlowLite_ESP32 library!
Hardware ESP32Cam from AI-Thinker/ArduCam-IOTai.
Google Keynote Presentation. (check references)
## References
- [ESP32CAM](https://github.com/espressif/esp32-camera) Arduino library for ESP32 camera.
- [TensorFlowLite_ESP32](https://github.com/tanakamasayuki/Arduino_TensorFlowLite_ESP32) Arduino TensorFlowLite for ESP32 library.
- [Large-Scale Deep Learning for Building Intelligent Computer Systems](https://www.slideshare.net/embeddedvision/largescale-deep-learning-for-building-intelligent-computer-systems-a-keynote-presentation-from-google) A Keynote Presentation from Google Brain Team.