Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.42 KB

File metadata and controls

32 lines (18 loc) · 1.42 KB

Number Plate Reader and Face recognintion.

Mini IOT project I made for number plate detection, reading and face recognition for authorization using RaspberryPi. Firstly it uses an Ultrasonic sensor to see if there's a car. If there is it starts the camera. I have then trained an SingleShotDetector mobilenetV2 deep learning Object detection network to detect the position of Number Plate. The image is then preprocessed with openCV and uses pytesseract to extract text from image. If the number plate is verified it will do face recognition. For that it uses dlib library which is pretrained on 3 million images to generate encodings of face. Then compares that to the ones trained in database. If verified the garage door will open.

Applications

  • Home security and automation.
  • At trafic lights to automatically read number plate and face of rule violaters and ticket them.
  • At toll.
  • At offices and parking spaces. Keep track of vehicles and owners and authorization.

https://www.youtube.com/watch?v=F_sAMYax1J0

System Diagram

System Diagram

Click Below for Demo

System Video

Plate Read

Face Recognition

Plate Read

Face Rec

Plate detect

Face Recognition backend link: https://github.com/ShivamShrirao/face_recognition