Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use dewifaj/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dewifaj/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="dewifaj/image_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("dewifaj/image_classification") model = AutoModelForImageClassification.from_pretrained("dewifaj/image_classification") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Feb12_03-26-59_67fdcb3a9f4d
- Feb12_03-30-49_67fdcb3a9f4d
- Feb12_03-36-35_67fdcb3a9f4d
- Feb12_03-40-23_67fdcb3a9f4d
- Feb12_03-42-45_67fdcb3a9f4d
- Feb12_03-50-04_67fdcb3a9f4d
- Feb12_03-51-53_67fdcb3a9f4d
- Feb12_03-52-54_67fdcb3a9f4d
- Feb12_03-55-13_67fdcb3a9f4d
- Feb12_03-56-13_67fdcb3a9f4d
- Feb12_03-58-44_67fdcb3a9f4d
- Feb12_04-00-27_67fdcb3a9f4d
- Feb12_04-01-25_67fdcb3a9f4d
- Feb12_04-02-25_67fdcb3a9f4d
- Feb12_04-03-20_67fdcb3a9f4d
- Feb12_04-19-34_67fdcb3a9f4d
- Feb12_04-31-55_67fdcb3a9f4d
- Feb12_04-41-37_67fdcb3a9f4d
- Feb13_23-37-30_4c88438f3168
- Feb13_23-51-32_4c88438f3168
- Feb13_23-58-23_4c88438f3168
- Feb14_00-00-42_4c88438f3168
- Feb14_00-01-53_4c88438f3168
- Feb14_01-24-24_62bacf9b1492
- Feb14_01-27-39_62bacf9b1492
- Feb14_01-36-05_62bacf9b1492
- Feb14_01-39-38_62bacf9b1492