Detect and blur/scramble faces in images or webcam footage. Could be used in an AWS Lamba to automatically anonymise faces in uploaded images.
python anonymise.py --input faces/faces.png --output faces/blurred.png
python anonymise.py --input faces/faces.png --output faces/pixelated.png --method pixelate
python webcam.py
python webcam.py --method pixelate