This project is now set up for local testing only, using either an ESP32-CAM stream or a video file. The web interface and related files have been removed.
- Install dependencies (see
INSTALL.md). - To test with an ESP32 stream, run:
python test_with_esp32_stream.py
- To test with a video file, edit
test_with_video.pyto set your video path, then run:python test_with_video.py
- Results and counts will be printed in the terminal and saved to
vehicle_counts.txt. - For configuration, edit
config.py.
See requirements.txt for the minimal set of required Python packages.