Skip to content

aswathisajeev97/Face-Blur-using-Mediapipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🕵️‍♂️ Face Blur with MediaPipe & CvZone

A real-time face blurring application using Python, MediaPipe, and CvZone. This project detects human faces from your webcam and applies a Gaussian blur to anonymize them — ideal for privacy in video content, surveillance, or fun computer vision experiments.

🎯 Features

  • Real-time face detection using MediaPipe
  • Automatic face blurring with OpenCV
  • Handles multiple faces
  • Lightweight and easy to run locally
  • Built and tested using PyCharm

🧰 Tech Stack

  • Python 3.10
  • OpenCV
  • MediaPipe
  • CvZone

📦 Installation

Make sure Python 3.10 is installed. Then run:

pip install opencv-python mediapipe cvzone

Go to the python file folder, open the terminal. Then run:

python face_blur.py

About

This project implements a real-time face blurring application using MediaPipe and CvZone in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages