Hemanthhebbal/custom-image-classifier
This is a PyTorch Computer Vision Image Classification Model fine-tuned for high-performance inference.
Usage
from transformers import pipeline
classifier = pipeline("image-classification", model="Hemanthhebbal/custom-image-classifier")
result = classifier("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/beets.jpg")
print(result)
- Downloads last month
- -