# Load model directly
from transformers import AutoImageProcessor, AutoModelForImageClassification
processor = AutoImageProcessor.from_pretrained("Hemant201/hmansukhaniModel")
model = AutoModelForImageClassification.from_pretrained("Hemant201/hmansukhaniModel")Quick Links
README.md exists but content is empty.
- Downloads last month
- 5
Model tree for Hemant201/hmansukhaniModel
Base model
omarques/autotrain-dogs-and-cats-1527055142
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Hemant201/hmansukhaniModel") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")