A script that allows you to read car license plates from photos and search for them in the database.
To run this script, fill in your mysql credentials in the data_search.py file
...
mydb = mysql.connector.connect(
host="",
user="",
password="",
database=""
)
...
This project uses these libraries: