theos-ai / license-plate-recognition

Automatic License Plate Recognition System built using YOLOv7 in Python

Home Page:https://blog.theos.ai/articles/how-to-train-yolov7-on-a-custom-dataset-for-license-plate-recognition-in-python-anpr-alpr-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Plate Recognition System (ALPR / ANPR)

License Plate Recognition System Made by Theos AI

This is an Automatic License Plate Recognition System built using YOLOv7 in Python, made with ❤️ by Theos AI.

Don't forget to read the Blog Post and watch the YouTube Video!

Make sure you have a camera connected to your computer, then run the following commands to start recognizing license plates.

Install all the dependencies

pip install -r requirements.txt

Copy and paste your Theos deployment URL inside run.py

URL = '<your-deployment-url>'

Start the program

python run.py