Skip to content

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

erensayar/smart-garage-system

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published