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