horizon-tf / README.md
Yash030's picture
Create README.md
fe8ea34 verified
metadata
license: mit
language:
  - en
metrics:
  - accuracy
base_model:
  - Ultralytics/YOLOv8
pipeline_tag: object-detection

Horizon Model - YOLOv8

This is a fine-tuned YOLOv8 model for object detection.

Model Usage

Load this model using transformers or ultralytics:

from ultralytics import YOLO

model = YOLO("Yash030/horizon")
results = model("image.jpg")