Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.