Instructions to use microsoft/resnet-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/resnet-50 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="microsoft/resnet-50") 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("microsoft/resnet-50") model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 970,027
Model tree for microsoft/resnet-50
Dataset used to train microsoft/resnet-50
Viewer β’ Updated β’ 1.43M β’ 108k β’ 868
Spaces using microsoft/resnet-50 100
π»
merve/vision_papers
π€
Nuno-Tome/simple_image_classifier
π
CodeTed/Body_Index_Predictor
π€
Nuno-Tome/compared_image_classifier
π
shadownada/uff
