For windows:
pip install opencv-pythonFor linux:
sudo apt install python3-opencvFor windows:
pip install numpyFor linux:
sudo apt install python-numpy- Frame extraction from video - Done by videoframe.py.
 - License plate extraction - Done by plateDetect.py.
 - License plate Recognition - Done by detectchar.py.
 - Creates a folder wherein the extracted license plate number is stored.
 
- Download the "weights" file folder from https://drive.google.com/open?id=1298i7Ocyq943klu08WKEIlLAimIfzTm3
 - Add the weights folder to VLPR
 - The test video should be added in the "Input" folder.
 - Open the terminal.
 
cd VLPDpython videoframe.py- Provide the proper filename with extension when it prompts
 - Check output in the results folder