BluringFacesAndLicensePlates
License Plate, Head blurring / pixelation using Yolov5 & Face blurring using Mediapipe
Install / Use
/learn @Ozodbek47/BluringFacesAndLicensePlatesREADME
ANONYMIZING HEADS, FACES & LICENSE PLATES IN A VIDEO, IMAGE OR WEBCAM STREAM
Mass License Plate & Head blurring / pixelation using Yolov5 | Simple face blurring using Mediapipe
HOW DOES IT WORK?
<br> <img src="Steps.png" /> <br>For bluring heads, go to "yolov5-headBlur" folder, download the model and run:
python3 detect.py --weights crowdhuman_yolov5m.pt --source [your-video.mp4 / 0 for webcam / your-image.jpg] --heads
For bluring license plates, go to "yolov5-lpBlur" folder, download the model and run:
python3 detect.py --weights detection_best.pt --source [your-video.mp4 / 0 for webcam / your-image.jpg] --view-img
For simple webcam face bluring:
python3 faceBlur.py
SAMPLE OUTPUTS
Blurring Result: <br><br> <img src="yolov5-headBlur/output.png" width="400"/> <img src="yolov5-lpBlur/output.png" width="400"/> <br><br> Pixelation Result: <br><br> <img src="pixelation.png" width="800" />
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
13.8kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
000-main-rules
Project Context - Name: Interactive Developer Portfolio - Stack: Next.js (App Router), TypeScript, React, Tailwind CSS, Three.js - Architecture: Component-driven UI with a strict separation of conce
