Skip to content

davidkleng/esp32cam_person_detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Person Detection with ESP32Cam and Tensorflow

Person detection project for ESP32Cam (tested on AI Thinker version) using ESP-IDF and TensorFlow Lite.

Prerequisites

  • Install ESP-IDF
  • Set the IDF_PATH environment variable. Help
  • idf.py and Xtensa-esp32 tools (e.g., xtensa-esp32-elf-gcc) must be in $PATH

Installation

To build, simply run:

idf.py build

To flash (use the corresponding USB port):

idf.py --port /dev/ttyUSB0 flash

Open the serial monitor:

idf.py --port /dev/ttyUSB0 monitor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.8%
  • C 14.5%
  • Objective-C 1.5%
  • Other 0.2%