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:
- f03c53f73f734d156fb44c4939de4434895544bc125206d6473ee7b08dc6009b
- Size of remote file:
- 102 MB
- SHA256:
- 1dba0174a596673117b14b7b97d27bbfef1928a94377b18b4cb849b9c8569b90
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.