erensayar / smart-garage-system

This project my computer engineering final project. This project can read the plate from camera and save to db and also management these plates and plate if authenticated to enter your private area than open the door automaticly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Run

  • Download tesseract-ocr binaries. Visit here and follow instruction for your system.

  • Create Python Environment

    pip install virtualenv
    
    cd license_plate_recognition/module_1_vision
    
    virtualenv venv
    
    • for Gnu/Linux Systems

      source venv/bin/activate
      
    • for Windows systems

      \venv\Scripts\activate.bat
      
  • Start

    pip install -r requirements.txt
    
    python run.py
    

If You Want Run In The Container

  1. There are some dependecies for raspberry pi. If you want to run this project in pi, you should run this line

    docker-compose -f docker-compose-pi.yml up --build
    
  • Otherwise you should run this line

    docker-compose up --build
    

About

This project my computer engineering final project. This project can read the plate from camera and save to db and also management these plates and plate if authenticated to enter your private area than open the door automaticly.

License:GNU General Public License v3.0


Languages

Language:HTML 40.7%Language:Java 34.8%Language:Python 11.8%Language:CSS 7.7%Language:JavaScript 3.6%Language:Dockerfile 1.3%