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