Skip to content

Rushit2907/Number-Plate-Detection

Repository files navigation

Number Plate Detection

By Using this project we can detect Number Plates from an image. it can also detect more than one Number Plate in one Image.

Software requirements:

  • Pycharm or any prefered Python IDE.

  • Python Libraries : all included in requirements.txt

                   you can install all required libraries using Command ->> **pip install -r requirements.txt**
    

How to Run...

1). to run only python file run main.py

2). to run django app go to the folder named NumberPlateDetection and run below command: python manage.py runserver

Note You must check first that in the media folder of django app(here in NumberPlateDetection folder):

  1. in images folder there should be an image named images.jpg
  2. in tmp folder there should be an image named image.jpg

Demo:

Output of python file

Output of Django + Python

HTML Page to select the image

HTML Page after detection of Number Plate

Facing any issues?

Feel free to open an issue. We are glad to help you. And is you have solution for that issue I will allocate to you. ❤️

If you have any more idea related to this project then please share your idea on rushitajudiya2907@gmail.com. If time permits I will surely do some work on your project.