Vehicle license plate recognition with Yolo v5
git clone https://github.com/conggalam12/License_plates_recognition.git
pip install -r requirements.txt
mkdir weights
cd weights
wget https://github.com/conggalam12/License_plates_recognition/releases/download/weights/model_detector.pt
wget https://github.com/conggalam12/License_plates_recognition/releases/download/weights/model_ocr.pt
python demo_fix.py