Skip to content

๐Ÿš˜ Project capturePlate is an ALPR system used for keeping track of parked vehicles.

Notifications You must be signed in to change notification settings

karipov/capturePlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

capturePlate

Project capturePlate is an ALPR system used for keeping track of parked vehicles.

Prerequisites

Make sure you have all the proper libraries installed with the following command

pip3 install -r requirements.txt

How to run python code

Currently, to run the program, move to the capturePlate directory and run the following command to ensure that all the scripts are loaded correctly:

python -m src.recognize.plate

Also momentarily, there is a face recognition file that when run, can detect faces and eyes. To run, enter:

python -m src.recognize.face

Scripts for the Raspberry Pi

To make sure that all dependencies are installed correctly, run the following while in the capturePlate directory:

bash scripts/startup.sh

A script has also been included for easy camera startup. To run, enter:

bash scripts/motion.sh

Notice

Project capturePlate is still in its alpha stage. ALPHA = FEATURES MAY NOT WORK.

About

๐Ÿš˜ Project capturePlate is an ALPR system used for keeping track of parked vehicles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published