Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 353 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 353 Bytes

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.