Skip to content

this project will take an images of cars and detect's it's plate for now it's not using an trained ML or DL

Notifications You must be signed in to change notification settings

elmhadji/Cars-Plate-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cars-Plate-Detector

Description

This project is a car plate detector that uses computer vision techniques to detect and read car plates from images. The project consists of a resources folder and a main.py file that contains the code.

Installation

To run this project, you need to have Python 3 installed on your machine. You also need to install the following libraries:

  • PyQt5
  • numpy
  • cv2
  • imutils
  • easyocr

You can install these libraries using pip:

pip install PyQt5 numpy opencv-python imutils easyocr

Usage

To use this project, you need to run the main.py file. This will open a GUI that allows you to select an image and apply different filters to it. Once you have selected an image, you can click on the show result button to detect and read the car plate.

About

this project will take an images of cars and detect's it's plate for now it's not using an trained ML or DL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages