Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
Chinese
English
vit
huggingpics
Eval Results (legacy)
Instructions to use Bazaar/cv_construction_vehicle_identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bazaar/cv_construction_vehicle_identification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Bazaar/cv_construction_vehicle_identification") 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("Bazaar/cv_construction_vehicle_identification") model = AutoModelForImageClassification.from_pretrained("Bazaar/cv_construction_vehicle_identification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
| 51 |
|
| 52 |
#### bulldozer
|
| 53 |
|
| 54 |
-

|
| 55 |
|
| 56 |
#### crane
|
| 57 |
|
|
|
|
| 67 |
|
| 68 |
#### transporters
|
| 69 |
|
| 70 |
+

|
| 71 |
|
| 72 |
#### wheel loaders
|
| 73 |
|