Instructions to use diegokauer/int-pet-classifier-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use diegokauer/int-pet-classifier-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="diegokauer/int-pet-classifier-v2") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("diegokauer/int-pet-classifier-v2") model = AutoModelForImageClassification.from_pretrained("diegokauer/int-pet-classifier-v2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan04_12-58-11_d96a892095bc
- Jan04_12-58-30_d96a892095bc
- Jan04_13-00-43_d96a892095bc
- Jan04_13-03-43_d96a892095bc
- Jan04_13-14-51_d96a892095bc
- Jan04_13-17-41_d96a892095bc
- Jan04_13-18-10_d96a892095bc
- Jan04_13-23-15_d96a892095bc
- Jan04_13-30-35_d96a892095bc
- Jan04_13-30-50_d96a892095bc
- Jan04_13-35-45_d96a892095bc
- Jan04_13-42-07_d96a892095bc
- Jan04_13-53-12_d96a892095bc
- Jan04_13-53-37_d96a892095bc