Image Classification
Transformers
ONNX
art
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-classification", model="typorch/secondlife-detect")
pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("typorch/secondlife-detect", dtype="auto")
Quick Links

SecondLife-detect

This one's for all my Flickr scrapers :) ~0.95 accuracy.

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train typorch/secondlife-detect