Image Classification
ultralytics
TensorBoard
English
Tyre Quality
Tyre Classification
Image Classification
Machine Learning
Pytorch
Deep Learning
Computer Vision
Prediction
yolov8
yolo
TyreInspection
QualityControl
DefectDetection
AutomotiveAI
SafetyStandards
IndustrialAI
AIQualityAssessment
PredictiveMaintenance
AIModel
Eval Results
nehulagrawal
commited on
Commit
·
2b0ad2a
1
Parent(s):
015852f
Update README.md
Browse files
README.md
CHANGED
@@ -84,6 +84,7 @@ This model is hosted on Hugging Face, making it incredibly easy to integrate and
|
|
84 |
```bash
|
85 |
pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
|
86 |
```
|
|
|
87 |
|
88 |
```python
|
89 |
from ultralyticsplus import YOLO, render_result
|
|
|
84 |
```bash
|
85 |
pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
|
86 |
```
|
87 |
+
- Load model and perform real-time prediction:
|
88 |
|
89 |
```python
|
90 |
from ultralyticsplus import YOLO, render_result
|