otmanjai / MLPDR

Moroccan license plate detection & recognition. Built with YOLOv3 and PyQt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLPDR

About

Moroccan license plate detection & recognition. Built with YOLOv3 and PyQt.

Setup

Install Python.

Clone this repository, cd to its directory and run the following commands:

# Create and activate a new virtual environment
python -m venv env && cd ./env/Scripts && activate && cd ../..

# Install the project's requirements
pip install -r ./requirements.txt

# Run the application
python ./main.py

Screenshots

Dataset

The network has been trained on the following moroccan license plate dataset: https://msda.um6p.ma/msda_datasets.

About

Moroccan license plate detection & recognition. Built with YOLOv3 and PyQt.

License:MIT License


Languages

Language:Python 100.0%