Git Product home page Git Product logo

license-plate-reader's Introduction

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!

license-plate-reader's People

Contributors

shriyaram avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.