YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
YOLOv8 Fine-Tuned Model: Bag, Phone, Suitcase Detection
This YOLOv8 model is fine-tuned for detecting electronic gadgets and screens.
- Architecture: YOLOv8n
- Trained on custom dataset
- Use Ultralytics YOLO to load and run inference:
from ultralytics import YOLO
model = YOLO("best.pt")
results = model.predict("image.jpg")
results.show()
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support