This application can help organizations to improve physical security and commute controlling. CCS can recognize, log and store commutes from a camera real-time.
Clone to Repo:
git clone https://github.com/euvel/ccs.git
Install requirements:
pip3 install -r requirements.txt
For collect known faces run:
python3 collect.py
Type person name and wait to get capture of known face, press 's' to save and exit.
Run :
python3 main.py
press 'q' to exit.
On other terminal you can see logs:
tail -f main.log
- face_recognition - Recognize and manipulate faces
- OpenCV - Unofficial pre-built OpenCV packages for Python
- Mohammadreza Qojavand - Euvel
This project is licensed under the MIT License - see the LICENSE.md file for details