GithubHelp home page GithubHelp logo

ippen / license-plate-anonymizer Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 5.41 MB

License Plate Anonymizer automatically detects and blurs license plates in images using YOLO object detection and Gaussian blur. Accessible via Streamlit web app or for local use.

Home Page: https://license-plate-anonymizer.streamlit.app

License: Other

Python 100.00%

license-plate-anonymizer's Introduction

License Plate Anonymizer

This application is designed to anonymize license plates in images. It utilizes a YOLO (You Only Look Once) object detection model to detect license plates in images and applies a Gaussian blur to anonymize them.

Deprecation Notice

This repository has been deprecated in favor of a more comprehensive image anonymization solution. Please refer to the Image Anonymizer repository for the latest updates and features. The License Plate Anonymizer application has been integrated into the Image Anonymizer application, allowing for anonymization of various regions of interest, including license plates and faces.

For historical purposes, you can still access the original License Plate Anonymizer application here, but please note that it will no longer receive updates or support.

How it Works

  1. Upload Image: Users can upload an image containing license plates.
  2. Detect License Plates: The application detects license plates in the uploaded image using the YOLO object detection model.
  3. Anonymize: Detected license plates are anonymized by applying a Gaussian blur effect to the corresponding regions in the image.
  4. Download: Users can download the anonymized image with the blurred license plates.

Usage

Website

The application is publicly available at License Plate Anonymizer. You can visit the website to blur license plates in images.

Running Locally

To run the application locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/ippen/license-plate-anonymizer.git
  1. Navigate to the project directory:
cd license-plate-anonymizer
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Streamlit application:
streamlit run license_plate_anonymizer.py
  1. Access the application in your web browser at http://localhost:8501.

Components

license_plate_anonymizer.py

This Python script contains the main functionality of the application. It includes functions for detecting license plates in images, anonymizing the detected license plates, loading the YOLO model, and the main Streamlit application.

requirements.txt

This file lists all the Python libraries and their versions required to run the application. You can install these dependencies using pip:

pip install -r requirements.txt

Models

The YOLO model used for license plate detection is stored in data/models/v8n_lp_v1.pt.

license-plate-anonymizer's People

Contributors

ippen avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.