Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 632 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 632 Bytes

-> The code imports the cv2 and numpy libraries.
-> It loads a pre-trained Haar Cascade classifier for detectinglicense plates.
-> A Sentinel classifier is a machine learning-based object detection algorithm that is used to detect objects in images or videos.
-> The XML file "Sentinel_number_plate.xml" is a Haar Cascade classifier file that contains the trained classifier information for detecting license plates. It is used to detect the location and size of the license plates in the video stream.

-> https://trailblazersaiml.netlify.app/