Skip to content

ANPR system using YOLOv8, EasyOCR, and OpenCV for rapid license plate detection from live camera feeds and stores the corresponding plate data in a user-accessible interface.

Notifications You must be signed in to change notification settings

arjunkotgire/VNPR_Information_access_system

Repository files navigation

Vehicle Number Plate Recognition (VNPR) and Information Access System

Description

This repository contains the source code for a Vehicle Number Plate Recognition (VNPR) system developed using YOLOv8 for object detection, EasyOCR for optical character recognition, and OpenCV for image processing. The system allows for rapid license plate detection from live camera feeds, enabling efficient access to information related to recognized license plates.

Getting Started

To get started with the VNPR system, follow these steps:

  1. Install YOLOv8:
# Clone the YOLOv8 repository
!git clone https://github.com/WongKinYiu/yolov8.git

# Change directory to YOLOv8
%cd yolov8

# Install dependencies
!pip install -U -r requirements.txt
  1. Install EasyOCR:
!pip install easyocr
  1. Install OpenCV:
!pip install opencv-python

References

  1. Automatic Number Plate Recognition - YOLOv8

  2. License Plate Detection using YOLOv8

Please check out the respective repositories for more details on the implementations and use cases.

Acknowledgments

About

ANPR system using YOLOv8, EasyOCR, and OpenCV for rapid license plate detection from live camera feeds and stores the corresponding plate data in a user-accessible interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published