File size: 575 Bytes
7df66b9
 
ddbdd1c
 
7df66b9
ddbdd1c
7df66b9
ddbdd1c
7df66b9
 
 
ddbdd1c
7df66b9
ddbdd1c
7df66b9
be1f95a
ddbdd1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
license: apache-2.0
library_name: custom
pipeline_tag: object-detection
---
# 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

```bash
pip install ultralytics pytesseract opencv-python-headless matplotlib