Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# YOLOv8 Expiry Date Detection Model
|
5 |
+
|
6 |
+
This is a YOLOv8 model trained to detect expiry dates on product packages. It identifies and extracts expiry dates from images of product packaging.
|
7 |
+
|
8 |
+
## How to Use
|
9 |
+
|
10 |
+
This model is designed for use with a custom inference script. Follow the instructions below to set up and run the model.
|
11 |
+
|
12 |
+
### Installation
|
13 |
+
|
14 |
+
1. **Install the Required Packages**:
|
15 |
+
|
16 |
+
Ensure that you have the `ultralytics` package installed. You can install it using pip:
|
17 |
+
|
18 |
+
```bash
|
19 |
+
pip install ultralytics
|
20 |
+
|