Skip to content

AadeshPS/FindNum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

FindNum

FindNum is a Python project that can identify and extract the registration number of a car from an image of it. It uses the OpenCV library to perform image processing and optical character recognition (OCR) to extract the number.

Installation

To use FindNum, you need to have Python 3 and the OpenCV library installed on your system. You can install OpenCV by running the following command:

pip install opencv-python

Usage

To use FindNum, simply run the findnum.py script and provide the path to the image file as a command-line argument:

python findnum.py /path/to/image.jpg

The script will then process the image and print the registration number to the console.

Example

Here's an example of using FindNum to extract the registration number from an image:

python findnum.py test.jpg

Output:

Registration number: KL-01-BX-7890

Limitations

Please note that FindNum is still in development and has certain limitations. It currently works best with images of cars taken in daylight and under good lighting conditions. It may not work well with images that are too blurry, too dark, or too bright. Also, it may not work well with non-standard license plates or plates with non-standard fonts.

About

FindNum extracts car registration numbers from images using Python and OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages