A web server on the ESP32 microcontroller providing live camera streaming with real-time face detection.
git submodule update --init --recursive
cd components/esp-dl && git apply ../../esp-dl.patch
# Flash SD card to FAT and create file called wifi.txt, and put WiFi credentials inside. # First row network SSID, second row network password.
idf.py build
idf.py flash -b 115200
idf.py monitor