Realtime Face Detection And Blurring Using Python
Developed a Python application using open cv for real time face detection in images and video feed.Implemented a face blurring feature that automatically detects and anonymize face using a midean blurr filtering techniques.Design functionalities for both static image processing and realtime video capture using open cv.Handled video streaming from a webcam with efficient frame processing, face detection,and dynemic face blurring.