You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

title: Mnist Object Detection emoji: 🏢 colorFrom: blue colorTo: green sdk: streamlit sdk_version: 1.35.0 app_file: app.py pinned: false

YOLOv8 Model

This is a YOLOv8 model trained for [Object Detection].

Model Details

  • Architecture: YOLOv8
  • Framework: PyTorch
  • Dataset: [Mnist]

Usage

from transformers import pipeline

model = pipeline('object-detection', model='your-username/your-repository-name')
results = model('path/to/your/image.jpg')
print(results) 
Downloads last month
0
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.