nehulagrawal commited on
Commit
1539674
1 Parent(s): 2ae0151

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -10,6 +10,15 @@ tags:
10
  - Prediction
11
  - yolov8
12
  - yolo
 
 
 
 
 
 
 
 
 
13
  library_name: ultralytics
14
  library_version: 8.0.43
15
  language:
@@ -90,7 +99,7 @@ pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
90
  from ultralyticsplus import YOLO, render_result
91
 
92
  # load model
93
- model = YOLO('foduucom/Tyre-Quality-Classification')
94
 
95
  # set model parameters
96
  model.overrides['conf'] = 0.25 # NMS confidence threshold
 
10
  - Prediction
11
  - yolov8
12
  - yolo
13
+ - TyreInspection
14
+ - QualityControl
15
+ - DefectDetection
16
+ - AutomotiveAI
17
+ - SafetyStandards
18
+ - IndustrialAI
19
+ - AIQualityAssessment
20
+ - PredictiveMaintenance
21
+ - AIModel
22
  library_name: ultralytics
23
  library_version: 8.0.43
24
  language:
 
99
  from ultralyticsplus import YOLO, render_result
100
 
101
  # load model
102
+ model = YOLO('foduucom/Tyre-Quality-Classification-AI')
103
 
104
  # set model parameters
105
  model.overrides['conf'] = 0.25 # NMS confidence threshold