nicknochnack / TFODCourse

944 stars 919 forks source link

Car licence plate detection_GUi #156

Open NitinRwt opened 6 months ago

NitinRwt commented 6 months ago

Car License Plate Detection GUI

Overview

The Car License Plate Detection GUI is a user-friendly interface for performing license plate detection on images or video streams. It utilizes advanced computer vision techniques to identify and highlight license plates within the provided media.

Features

How to Use

  1. Upload Image/Video:

    • Click on the "Upload" button to choose an image or video for license plate detection.
  2. Perform Detection:

    • Press the "Detect" button to initiate the license plate detection process.
  3. View Results:

    • Observe the original input alongside the detected license plates with bounding boxes.
  4. Save/Export:

    • Use the "Save" or "Export" button to save the processed media with annotations.
  5. Real-time Video Processing:

    • If processing a video, real-time detection results will be displayed.

System Requirements

How to Install

  1. Clone the repository from NitinRwt/TFODCourse.
  2. Install the necessary dependencies using the provided requirements file.
  3. Run the GUI application script.
smith-kyle commented 5 months ago

I noticed you all aren't using a notebook review tool and wanted to invite you to review this pull request with GitNotebooks: https://gitnotebooks.com/nicknochnack/TFODCourse/pull/156

It lets you do things like comment on rendered markdown and code cells, so might be an easy win for your PR reviews.