diff --git a/README.md b/README.md index 44bcb9d..08cf598 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # demo-face-blur Video anonymization software in Python that blurs people's faces using OpenCV, YuNet. +[Check out my post on blurring faces @ medium.com](https://easyeasy.medium.com/protecting-privacy-a-comprehensive-guide-to-video-anonymization-for-ai-training-4b85fb23a61d) ## Requirements - Python 3.9 @@ -18,4 +19,4 @@ You should be able to `pip install opencv-python==4.7.0` ## Credits Multi-threading video display code Copyright (c) 2018 Najam Syed (MIT License) https://nrsyed.com/2018/07/05/multithreading-with-opencv-python-to-improve-video-processing-performance/ -https://github.com/nrsyed/computer-vision/tree/master/multithread \ No newline at end of file +https://github.com/nrsyed/computer-vision/tree/master/multithread