An open API service indexing awesome lists of open source software.

https://github.com/mohammad-nour-alawad/automatic-license-plate-recognition

Python app for ALPR System for Syrian plates, run on NPU
https://github.com/mohammad-nour-alawad/automatic-license-plate-recognition

cnn deep-learning edge-computing iot ip-camera khadas-vim3 object-detection real-time yolo

Last synced: about 1 month ago
JSON representation

Python app for ALPR System for Syrian plates, run on NPU

Awesome Lists containing this project

README

        

# Automatic License Plate Recognition (ALPR) for Indian Numbers (٠١٢٣٤٥٦٧٨٩)

THIS PROJECT IS MADE TO WORK ON A **KHADAS VIM3 AI EDGE DEVICE**.

Achived a REALTIME processing at 21 frames per second.

In this project I am deploying a YOLOV4 model for License Plate Recognition of the Indian Numbers (The ones used in the Arabic Language).

**NOTE**: I also send a stream of the detection results UDP port, so I can catch these packets and decode it to see a LIVE STREAM of the detection results.

The Process:
- find the car.
- find the numbers (six numbers) and order them depending on the X axis positions.
- save the detection to a MongoDB.
- snap a photo of the plate.
- compress the photo.
- encode the photo as a string and save it to the cloud.

All these results are also connected to a FULTTER app for monitoring the live stream, and cheching the results.