Real-time room authentication system that manages multiple cameras with Flask, face-recognition and imagezmq libraries.
System uses ZMQ PUB-SUB sockets to stream video from multiple devices and authenticate on the server. (requires adjustments on source files)
> python3 install -r requirements.txt
> python3 app.py
> python3 install -r requirements.txt
> python3 app.py multiple_devices
> python3 install -r requirements.txt
> python3 frameServer.py <room_number>
> pip3 install dlib --force-reinstall --no-cache-dir --global-option=build_ext
- Upload a photograph and enter credientials of the person for register a room
- Select a room for real-time authentication
- Return to admin panel for new registration or authenticate another room