Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,16 @@
|
|
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.
|
7 |
|
8 |
## How to Use
|
9 |
|
10 |
-
This model is designed for use with a custom inference script.
|
11 |
|
12 |
-
|
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 |
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: ultralytics
|
4 |
---
|
5 |
# YOLOv8 Expiry Date Detection Model
|
6 |
|
7 |
+
This is a YOLOv8 model trained to detect expiry dates on product packages.
|
8 |
|
9 |
## How to Use
|
10 |
|
11 |
+
This model is designed for use with a custom inference script. Ensure that the `ultralytics` package is installed.
|
12 |
|
13 |
+
## Installation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
```bash
|
16 |
+
pip install ultralytics
|