Pollinator Insect Classifier π¬
High-precision classifier for 10 pollinator insect species using YOLOv8 Nano with 92.07% accuracy.
Quick Start
from ultralytics import YOLO
from huggingface_hub import hf_hub_download
# Download model
model_path = hf_hub_download("leonelgv/pollinator-classifier", "yolo8n.pt")
# Load and predict
model = YOLO(model_path)
results = model("insect_image.jpg")
See files in this repository for complete usage examples and training details.
- Downloads last month
- 27
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Evaluation results
- Top-1 Accuracy on Custom Pollinator Insects Datasetself-reported0.921
- Top-5 Accuracy on Custom Pollinator Insects Datasetself-reported0.991