Skip to content

Number Plate Recognition from live video feed using Agora web,python sdk and Tensorflow.

Notifications You must be signed in to change notification settings

shriyaRam/License-Plate-Reader

Repository files navigation

License-Plate-Recognition

A number/license plate reading system built over the live stream environment of Agora.io

Download the weights.npz file from here. and paste it to the main directory.This file contains a pretrained model.

Prerequisites

  1. All python libraries given in requirements.txt
  2. An Agora app-id
  3. Latest version of any text editor that supports python, preferably 'Sublime Text3'

Guide to a Quick Start:

  1. Create an agora.io account
  • Sign-up and login here.
  • Navigate to the 'project management' tab in the dashboard.
  • Create a new project with a name of your choice.
  • Procure the app-id by copying it onto your clipboard and pasting it somewhere accessible from where you will later access while developing the code.
  1. Install all the dependencies given in requirements.txt using:

    windows:

      pip install -r requirements.txt

    Linux:

      sudo pip install -r requirements.txt
  2. Download a zip file of this repository

  3. Download chromedriver.exe and weights.npz

  4. Open detect.py in sublime or any compatible text editor of your choice.

  • paste the app-id and link to the chromedriver.exe as directed on line 20 of the code and a channel name on line 21.
  • paste the link to a high resolution(approx 2000x1500) image on line 30
  • give links to in.png on line 161 and weights.npz on line 164 as directed in the code.
  • give a link to out.png on line 194
  1. Go here
  • paste app-id and channel name in the respective input boxes on sender and reciever side.
  • click on join to activate call on sender and receiver side.
  1. Execute detect.py from the master folder on the terminal

  2. The desired result will be in out.png

There you go!

About

Number Plate Recognition from live video feed using Agora web,python sdk and Tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages