Hello all, Welcome to Machine Learning Projects Series.
In this series, we will be doing a lot of Machine Learning projects like face recognization, body detection, car detection, car number plate detection, etc.
In this video, we will learn how to detect license plates using Python & we will download & use some Python libraries like OpenCV, Pytesseract & Imutils.
Download Tesseract-OCR 64bit from here: https://digi.bib.uni-mannheim.de/tess...
The command for Downloading OpenCV: pip install opencv-python
The command for Downloading Pytesseract: pip install pytesseract
The command for Downloading Imutils: pip install imutils
Code used in this video: https://github.com/9syed/License-Plat...