Skip to content

thesid01/AutomaticNumberPlateRecognition-

Repository files navigation

AutomaticNumberPlateRecognition-

How to get Started

  • Download pytesseract from here and install it.
  • make a virtual environment using virtualenv using python3 only (use your location of pyhton3 installation)
virtualenv venv
  • Start virtualEnvironment
.\venv\Scripts\activate
  • install dependencies
pip3 install -r .\requirements.txt

Run python main.py to detect number plates

Uncomment line number 76 in main.py to view images and bounding box.

Number Plate detected text will be printed in console.

Detected plate data will be saved in CSV file.

Delete any output file before running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages