- SecureV
A Automatic Plate Recognition Verification Web application using custom trained YOLOv4 CNN model
- YoloV4
- Tesseract
git clone https://github.com/LeandroMartinMacato/SecureV-App
pip install -r requirements.txt
- Place yolov4.weights in
./app/models/~
- on object_detection.py
tess.pytesseract.tesseract_cmd = r"E:\Programming_Files\OCR-Tesseract\tesseract.exe"
4.2 [OPTIONAL] Download Tesseract Trained Model on FE-Schrift Font and place in tesseract installation folder
Download: Custom Trained Tesseract Model
- Place bestphplate.traineddata in
tesseract_installation_folder/tessdata/
./cd app
./app python app.py
Licensed under the MIT License