Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Feature]: Automatic Number plate Recognition System for visually impaired #145

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

shaziaakhan
Copy link

Feature Request: Automatic Number Plate Recognition System for Visually Impaired

Problem: People who are visually impaired struggle to identify vehicles, especially their license plates. This can be a challenge in various situations.

Solution: An Automatic Number Plate Recognition (ANPR) system designed specifically for visually impaired users. This system would leverage the power of computer vision libraries to achieve its functionality.

  • Technical Implementation: The Automatic Number Plate Recognition (ANPR) System in this project utilizes OpenCV, Python EasyOCR, and Imutils.
    • OpenCV: An open-source library for computer vision tasks, providing image processing and analysis functionalities.
    • Python EasyOCR: A user-friendly library specifically designed for Optical Character Recognition (OCR) tasks, making it easy to extract text from images like license plates.
    • Imutils: A collection of utility functions built on top of OpenCV, simplifying common image processing operations.
  • These libraries will be used to:
    • Capture an image of a vehicle's license plate using a smartphone camera or a smart assistant device with a camera.
    • Detect the presence of a license plate in the captured image.
    • Perform OCR on the detected license plate to read the characters.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.

@shaziaakhan
Copy link
Author

@TAHIR0110 !

@shaziaakhan
Copy link
Author

@sanjay-kv @TAHIR0110 It has been more than a week since my PR has been reviewed or even merged, kindly do the needful.

@sanjay-kv sanjay-kv added level1 gssoc Associated with GSSOC labels Jun 17, 2024
@shaziaakhan
Copy link
Author

This was assigned level 2 earlier and not level 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Associated with GSSOC level1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants