Skip to content

TheVivex/GarageGate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GarageGate

A script that allows you to read car license plates from photos and search for them in the database.

Configuration

To run this script, fill in your mysql credentials in the data_search.py file

...
mydb = mysql.connector.connect(
                host="",
                user="",
                password="",
                database=""
                )
...

Requirements

This project uses these libraries:

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages