Instructions to use littlebird13/resnet-50-web with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use littlebird13/resnet-50-web with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="littlebird13/resnet-50-web") 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("littlebird13/resnet-50-web") model = AutoModelForImageClassification.from_pretrained("littlebird13/resnet-50-web") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 97a1ee491c6fe78e9f4da1cde81576a433b44d14b08bc358e2afc2f5bec6d13b
- Size of remote file:
- 103 MB
- SHA256:
- ff8163a1323333126706d649ce73ecd76e45d241b42d623dea6c723690cafe07
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.