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
git clone https://github.com/ngomezcn/Car-access-control
cd src/frontend
npm install # if not works npm install --force
npm start
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