Git Product home page Git Product logo

plate-recognizer's Introduction

plate-recognizer

Extract vehicle license plates from images and classify which region they come from, based on license plate prefix.

Overview and Architecture https://docs.google.com/presentation/d/1w4pLd91MIKcl-y6eHqbg5SXEbpdhrmvtSX30kj_kXIQ/edit?usp=sharing

STATUS OF THIS PROJECT

This is very much a classic side project that was deveoped to a point where it works on my local machine, but then work duties took over and I had to put it to the side.

If you run Linux or Mac, it should be stright forward to get it going, but the documenatation is still rough and thre are some obvious bugs, if you start using it more than casually.

Install and start

Pre-requisites

  • Docker
  • Java14
  • Maven
  • Node.js (sse webapp/README.md)

Run locally

You need to start all the services, one by one, starting with RabbitMQ.

cd rabbitMQ && ./runDocker.sh
cd plate-recogniser && ./buildAndRunMac.sh
cd plate-parser && ./buildAndRun.sh
cd webAPI && ./buildAndRun.sh
cd webapp && ./runLocal.sh  ## See README on how to setup

There are two web pages:

Develop

Each service is it's own project, so deveopment is basically your normal SpringBoot development and webapp development.

NOTE This project makes use of Lombok, so make sure to install and activate a Lombok plugin, when working with the code.

plate-recognizer's People

Contributors

aweijnitz avatar dependabot[bot] avatar

Watchers

 avatar James Cloos avatar  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.