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

YOLOv8n Gender Classification

This repository contains a YOLOv8 model fine-tuned for gender classification.

How to Use

Use ultralytics library to load and use the model:

from ultralytics import YOLO
model = YOLO('yolo8nGender.pt')
results = model.predict(source='image.jpg')
results.show()
Downloads last month

-

Downloads are not tracked for this model. How to track
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 library tag.