/number-plate-detection

This Detects the The Number Plate of Vehicles

Primary LanguageJupyter Notebook

number-plate-detection

This Detects the The Number Plate of Vehicles

Step 1. Prerequisite

_Before everything, install these things on your system

After Downloading Anaconda Write these command into Anaconda Promt

  • For installing Python
  conda install -c conda-forge python
  • For installing OpenCV
  conda install -c conda-forge opencv
  • For installing Jupyter Labs
  conda install -c conda-forge jupyterlab

Step 2. Running The code

  1. Open the Jupyter Lab (in the same Directory the the plate.ipynb and DATA directory is stored)
jupyter notebook
  1. Open the plate.ipynb from Home Page of Jupyter Notebook
  2. Press Shift+Enter to Run the code till the end

Also

The already stored photo to Detection of Plate can be changed

Change the "plate" in code

Examples

before after