Code Monkey home page Code Monkey logo

cse5717-project's Introduction

CSE5717-Project

Project for CSE 5717: Big Data Analytics

Problem Statement: License plate recognition is a critical application in intelligent transportation systems, with far-reaching implications for traffic management, security, and law enforcement. This project tackles the challenge of accurately detecting and classifying alphanumeric characters on license plates from vehicle images, positioning it as a classification problem within the computer vision and machine learning domains. By leveraging advanced techniques, we aim to develop a robust system capable of locating license plates, segmenting individual characters, and classifying them into their corresponding alphanumeric representations. The system's performance will be rigorously evaluated against a baseline model, employing industry-standard metrics such as character recognition accuracy, overall license plate recognition accuracy, and inference time against representative data.

Brief Description of Model Technique: We started with a YOLO model that was pre-trained with the COCO dataset. The COCO dataset consists of many images of numerous objects, such as people, traffic lights, cars, phones, etc. We use this initial model to find vehicle bounding boxes in the image and crop them to remove background and noise. Using a dataset from Roboflow that displayed license plate bounding boxes, we finetuned another YOLO model to predict the location of the license plate. We then cropped this image to use as input for an OCR model.

alt text

We hope you enjoy our project!

  • Team 1

cse5717-project's People

Contributors

j1wnkim avatar ultraarceus3 avatar ryanlagasse avatar

Stargazers

Charitarth Chugh avatar

Watchers

 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.