This repository contains a Python implementation for blurring car license plates in images using AI Computer Vision techniques. The project is designed to handle single cars, multiple cars, and even 360-degree images.
-
Download the
carplate_blur.exe
file from the repository. -
Open the Terminal in the location where this file is saved. (Right-click anywhere in your window and click "Open in Terminal" option)
-
Run the following command:
.\carplate_blur.exe "path\to\your\image.jpg"
Replace
path\to\your\image.jpg
with the actual path to your image file. -
Hit Enter and wait around 2 seconds. A
<image_name>_blurred.jpg
file will be created in the same location as your original image.
.\carplate_blur.exe "C:\Users\YourUsername\Pictures\car.jpg"
The code is written purely in Python 3 using the latest version of OpenCV. The implementation leverages computer vision techniques to detect and blur car license plates in images. The project is distributed under the Apache 2.0 License.