This is a fine-tuned YOLOv8 model for object detection.
Load this model using transformers or ultralytics:
transformers
ultralytics
from ultralytics import YOLO model = YOLO("Yash030/horizon") results = model("image.jpg")
Base model