Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 790 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 790 Bytes

Parkit project

This repo is for Egyptian car license plate detection and recognitior project using a custom trained ocr model using Tensorflow and a fine-tuned YOLOV8 object detection model. using Pytorch ,also there are some utils to convert these models to TfLite for faster inference on Edge devices.

The car detection phase

The license plate recognition

To install the requirements

pip install -r requirements.txt

Open in colab Try the demo here.