Python script for copying directory and all files and subdirectories while blurring faces in the found image files.
Using MiVOLO for face detection and age estimation.
pip install git+https://github.com/matejbasic/copy-and-blur
copy-and-blur ./input/ ./output/ --max-age=20 --verbose --device="cuda:0"