A facial recognition anti-surveillance software.
- OpenCV live facial recognition software
- Blurring of whitelisted users' faces
- Classification of non-whitelisted and blacklisted users using facial_recognition and dlib
- Flask Web Application to add new whitelisted/blacklisted users
- Make sure you're located in the root folder before running this script
python main.py
- Make sure you're located in the flask folder before running this script
python app.py
- OpenCV
- dlib
- facial_recognition
- Redis