techzizou commited on
Commit
8d5729a
1 Parent(s): c6b5007

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,5 +1,13 @@
1
  ---
2
  license: gpl-3.0
 
 
 
 
 
 
 
 
3
  ---
4
  ---
5
  tags:
@@ -27,4 +35,4 @@ model = YOLO('TechZizou/yolov8s')
27
  model.conf = conf_threshold
28
  model.iou = iou_threshold
29
  prediction = model.predict(image, imgsz=image_size, show=False, save=False)
30
- ```
 
1
  ---
2
  license: gpl-3.0
3
+ datasets:
4
+ - detection-datasets/coco
5
+ tags:
6
+ - object detection
7
+ - computer vision
8
+ - machine learning
9
+ - yolo
10
+ - yolov8
11
  ---
12
  ---
13
  tags:
 
35
  model.conf = conf_threshold
36
  model.iou = iou_threshold
37
  prediction = model.predict(image, imgsz=image_size, show=False, save=False)
38
+ ```