Giter VIP home page Giter VIP logo

cv_project_1's Introduction

License Plate Detection Project

This project is a simple web based license plate detection system implemented in Python using OpenCV, pytesseract, and Matplotlib libraries.

Introduction

The goal of this project is to develop a system that can detect license plates in images and extract the license plate numbers from the detected plates. The system uses computer vision techniques for image processing and optical character recognition (OCR) for extracting text from the detected license plates.

Prerequisites

You need to have the following libraries installed in your Python environment to run this project:

  • OpenCV
  • pytesseract
  • Matplotlib

You can install these libraries using pip:

pip install opencv-python
pip install pytesseract
pip install matplotlib

Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/cv_project_1.git
  2. Navigate to the project directory:

    cd cv_project_1
  3. Run the main Python script:

       flask --app app --debug run
  4. The script will process the input image, detect license plates, and display the result with the extracted plate numbers.

Workflow

  1. Image Input: The system takes an input image containing vehicles with license plates.

  2. License Plate Detection: OpenCV is used to detect the location of license plates within the image using image processing techniques such as edge detection and contour analysis.

  3. License Plate Recognition: pytesseract is employed to recognize and extract the text from the detected license plates.

  4. Result Visualization: Matplotlib is used to visualize the original image with the detected license plates and the extracted license plate numbers.

File Structure

  • license_plate_detection.py: Main Python script for the license plate detection system.
  • input_image.jpg: Sample input image for testing the system.

Acknowledgements

  • OpenCV: Open Source Computer Vision Library
  • pytesseract: Ready-to-Use OCR with 40+ languages supported
  • Matplotlib: Python plotting library

License

This project is licensed under the MIT - see the LICENSE file for details.

Contributing

Feel free to contribute to this project by forking the repository and submitting a pull request. Any suggestions and improvements are welcome.

cv_project_1's People

Contributors

berito avatar

Watchers

 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.