Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Ahmeng/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ahmeng/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Ahmeng/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("Ahmeng/image_classification") model = AutoModelForImageClassification.from_pretrained("Ahmeng/image_classification") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Oct06_19-07-04_DESKTOP-P0N225N
- Oct06_19-08-53_DESKTOP-P0N225N
- Oct06_19-12-00_DESKTOP-P0N225N
- Oct06_19-18-03_DESKTOP-P0N225N
- Oct06_19-20-14_DESKTOP-P0N225N
- Oct06_23-03-10_DESKTOP-P0N225N
- Oct06_23-27-08_DESKTOP-P0N225N
- Oct06_23-31-08_DESKTOP-P0N225N
- Oct06_23-31-57_DESKTOP-P0N225N
- Oct06_23-41-01_DESKTOP-P0N225N
- Oct06_23-44-05_DESKTOP-P0N225N
- Oct06_23-44-25_DESKTOP-P0N225N
- Oct07_00-13-12_DESKTOP-P0N225N
- Oct07_00-15-09_DESKTOP-P0N225N
- Oct07_19-36-13_DESKTOP-P0N225N
- Oct07_19-38-45_DESKTOP-P0N225N
- Oct07_19-42-43_DESKTOP-P0N225N
- Oct07_19-42-59_DESKTOP-P0N225N
- Oct07_19-47-07_DESKTOP-P0N225N
- Oct07_20-42-30_DESKTOP-P0N225N