feat: initial implementation of People Counter web app
- Add Flask application with MJPEG video streaming - Implement OpenCV DNN face detection module - Add zone-based entry/exit tracking with cooldown mechanism - Create web interface with real-time WebSocket updates - Add model download script and comprehensive README - Include OpenCV DNN model files for face detection
This commit is contained in:
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Flask>=3.0.0
|
||||
opencv-python>=4.8.0
|
||||
Flask-SocketIO>=5.3.0
|
||||
numpy>=1.26.0
|
||||
setuptools>=65.0.0
|
||||
Reference in New Issue
Block a user