Instructions to use Matthijs/mobilenet_v1_1.0_224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Matthijs/mobilenet_v1_1.0_224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Matthijs/mobilenet_v1_1.0_224") 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("Matthijs/mobilenet_v1_1.0_224") model = AutoModelForImageClassification.from_pretrained("Matthijs/mobilenet_v1_1.0_224") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
146249a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:533912ba76c89fd19ae3572a74ed43965e514e6948c80939c7c3c72e12292f95
size 17070969
|