Instructions to use diegokauer/int-pet-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use diegokauer/int-pet-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="diegokauer/int-pet-classifier") 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") model = AutoModelForImageClassification.from_pretrained("diegokauer/int-pet-classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan02_14-17-31_00d62c54e1af
- Jan02_14-18-02_00d62c54e1af
- Jan02_14-18-38_00d62c54e1af
- Jan02_14-47-55_00d62c54e1af
- Jan02_14-49-30_00d62c54e1af
- Jan02_14-51-27_00d62c54e1af
- Jan02_14-55-27_00d62c54e1af
- Jan02_14-56-58_00d62c54e1af
- Jan02_14-59-22_00d62c54e1af
- Jan02_15-11-57_00d62c54e1af
- Jan02_15-46-16_00d62c54e1af
- Jan02_17-26-32_00d62c54e1af
- Jan02_17-45-55_00d62c54e1af
- Jan02_17-55-14_00d62c54e1af
- Jan02_18-01-08_00d62c54e1af
- Jan02_18-01-33_00d62c54e1af
- Jan02_18-04-16_00d62c54e1af
- Jan02_18-08-44_00d62c54e1af
- Jan02_18-17-25_00d62c54e1af
- Jan02_18-20-03_00d62c54e1af
- Jan02_18-24-57_00d62c54e1af
- Jan02_18-29-32_00d62c54e1af
- Jan02_18-33-11_00d62c54e1af
- Jan02_18-33-50_00d62c54e1af
- Jan02_18-34-34_00d62c54e1af
- Jan02_18-36-00_00d62c54e1af
- Jan02_18-48-21_00d62c54e1af
- Jan02_18-58-34_00d62c54e1af
- Jan02_18-58-54_00d62c54e1af
- Jan02_19-08-08_00d62c54e1af
- Jan02_19-17-09_00d62c54e1af
- Jan02_19-38-31_00d62c54e1af
- Jan02_19-39-45_00d62c54e1af
- Jan02_19-56-22_00d62c54e1af
- Jan02_19-57-20_00d62c54e1af
- Jan03_12-35-09_c96e1e5ad27c
- Jan03_13-16-27_c96e1e5ad27c
- Jan03_15-16-23_c96e1e5ad27c
- Jan03_18-12-18_c96e1e5ad27c
- Jan03_18-19-14_c96e1e5ad27c
- Jan03_19-03-51_c96e1e5ad27c