Giter Site home page Giter Site logo

ayadalmamary / car-plate-recognition-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaminaveen/car-plate-recognition-project

0.0 0.0 0.0 74.78 MB

Car number plate recognition project using Deep Learning frameworks like Yolo, CNN, and CRNN models

License: MIT License

Jupyter Notebook 92.05% Python 7.05% CSS 0.05% HTML 0.54% Dockerfile 0.15% Shell 0.17%

car-plate-recognition-project's Introduction

Car-Plate-Recognition-Project

End-to-End pipeline for car number plate recognition using Deep Learning

Pipeline overview

Contents

  1. YoloV3 for License plate detection

  2. Segmentation of digits using Image Pre-processing techniques

  3. Trained CNN classifier for classifying segmented digits

  4. Training pipeline for CRNN Optical Character Recognition model for predicting text on the detected plate (Model needs to be trained on more data to increase efficiency)

  5. Tutorial notebooks

  6. Flask application for inference using combination of YOLO followed by segmentation, and CNN classification

  7. AWS Deeplens tutorial using pre-trained SSD model aws artifiacts

  8. Airflow training pipelines

      - CNN Training pipeline
      - CRNN Training pipeline
    
  9. Dockerizing airflow pipelines

       To fire up docker service, clone this repository and cd into this folder
       - docker-compose -f docker-compose-CeleryExecutor.yml up
       - docker-compose -f docker-compose-CeleryExecutor.yml up -d (detached mode)
    

Object Detection using YOLOv3:

 Prior work on object detection repurposes classifiers to perform detection. Instead, object detection is framed as a regression            problem to spatially separated bounding boxes and associated class probabilities. 
 A single neural network predicts bounding boxes and class  probabilities directly from full images in one evaluation. Since the whole      detection pipeline is a single network, it can be optimized end-to-end directly on detection performance.

AWS DeepLens

 AWS DeepLens is a deep learning-enabled video camera. It is integrated with the Amazon Machine
 Learning ecosystem and can perform local inference against deployed models provisioned from the AWS Cloud.
Supported Modeling Frameworks:
  With AWS DeepLens, you train a project model using a supported deep learning modeling framework.
  You can train the model on the AWS Cloud or elsewhere. Currently, AWS DeepLens supports Caffe, TensorFlow and Apache MXNet frameworks
Flask App - Sample Prediction

image

Report Link

https://docs.google.com/document/d/1Sa3jxZ_6bPCQz6wDBn-h-yO2jaeonfrUAkS2-ZWV7hU/edit?usp=sharing

car-plate-recognition-project's People

Contributors

jaminaveen avatar rsindhu2208 avatar satwik2663 avatar shiqidai1002 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.