License-Plate-Detection

Algorithms Used:

  1. YOLOv8: For object detection from any image or video
  2. SORT: For object tracking in real-time Python Library used: EasyOCR

References

  • A Yolov8 pre-trained model was used to detect vehicles. Read about YOLOv8 from here
  • Download the Datset from here
  • Read & download SORT dependency from here

⚡️ Reference Repository: computervisioneng