krishuggingface commited on
Commit
be1f95a
·
verified ·
1 Parent(s): 7df66b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
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. 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
 
 
 
 
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