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 (legacy)
Instructions to use foduucom/Tyre-Quality-Classification-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use foduucom/Tyre-Quality-Classification-AI with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("foduucom/Tyre-Quality-Classification-AI") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
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
|