Instructions to use lamnt2008/car_brands_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lamnt2008/car_brands_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="lamnt2008/car_brands_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("lamnt2008/car_brands_classification") model = AutoModelForImageClassification.from_pretrained("lamnt2008/car_brands_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 0a6511c863eb37d76327156bf82df4aee7a0049803b0109ff031e99f475c3480
- Size of remote file:
- 687 MB
- SHA256:
- 842f7b64c94e5a21b91694b40873aa0ba156be103f668ed08400e6fd260f9b9f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.