Skip to content

Samir-atra/license-plate-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

license-plate-recognition

License plate recognition system

This repository contains two directories:

- OldLPR(2018): a license plate recognition system built with python and opencv, to detect license plates numbers using KNN algorithm.

- LPR: A license plate recognition system built with python and more recent libraries and algorithms.