Skip to content

Vehicle access management system based on license plate recognition (Alpr/Anpr), with multi-platform user interface

Notifications You must be signed in to change notification settings

ngomezcn/Access-control-system-by-license-plate-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parking Access Control w/ computer vision

The idea behind this project is to be able to implement a parking access control system with license plate recognition in any established parking access control, and also be able to manage it remotely

  • React JS cross-platform GUI
  • Spring Boot (Kotlin) to be able to deploy the server on any OS
  • OpenAlpr C++ library for license plate detection system

Current development status

User GUI

Detect plate and activate relay using smartphone as IP camera

Example UI

How to deploy dev enviroment

git clone https://github.com/ngomezcn/Car-access-control
cd src/frontend
npm install # if not works npm install --force
npm start

Alpr

sudo apt-get install gcc g++ libleptonica-dev tesseract-ocr libtesseract-dev 
sudo apt-get install libtool m4 automake cmake pkg-config
sudo apt-get install libopencv-dev liblog4cplus-dev
sudo apt-get install liblog4cplus-1.1-9 liblog4cplus-dev build-essential
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc ..
make
sudo make install
./alprd --config ../../config/ -f 

About

Vehicle access management system based on license plate recognition (Alpr/Anpr), with multi-platform user interface

Resources

Stars

Watchers

Forks

Packages

No packages published