/IOT-based-smart-barrier-gate

In order to park our vehicles in malls, we would have to get a ticket first from the gate keeper. In case we loose the ticket, it would be troublesome for us to exit the mall. Therefore, this project offers an IOT based solution to this problem.

Primary LanguagePython

IOT-Based-Barrier-gate

In order to park our vehicles in malls, we would have to get a ticket first from the gate keeper. In case we loose the ticket, it would be troublesome for us to exit the mall. Therefore, this project offers an IOT based solution to this problem. Opencv is used for number plate detection and tesseract is used for registration number extraction from the vehicles.

  1. Emty database. n1
  2. Vehicle enters. n2
  3. Extract registration number, if it is not present earlier in database, make a new entry of that vehicle. n4
  4. Vehicle Leaves and the number plate is captured again. n3
  5. This time it updates the exit time of that vehicle and also calculates the charge. n5

How to use.

1) Install opencv and tesseract
2) Run the python file "getRectangle.py"