The ALPR is a project developed as part of the Digital Image Processing course at the Federal University of Santa Catarina UFSC. You can check the video with every step here. The code was developed with the Vehicle-Rear Dataset in mind. You may need to alter some parameters in code to run for other videos.
opencv_python==4.5.3.56
imutils==0.5.4
pytesseract==0.3.8
scikit_image==0.18.3
numpy==1.21.2
scikit-image==0.18.3
All the requirements are available at the requirements.txt file and you can install it using
pip install -r requirements.txt
All you is to run the main python file.
python main.py