Skip to content

achurichi/esp32cam_person_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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. Some 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