Edit model card

Expiry Date Detection Model

This model uses a custom object detection pipeline followed by OCR to detect and extract expiry dates from product package images.

How to Use

The model consists of a YOLOv8 object detection model followed by OCR for date extraction. The detection model identifies regions of interest (ROIs) containing dates, and OCR is used to extract the date from these ROIs.

Installation

pip install ultralytics pytesseract opencv-python-headless matplotlib
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Examples
Inference API (serverless) does not yet support custom models for this pipeline type.