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
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The HF Inference API does not support object-detection models for custom
library.