Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

kawchar85
/
image-classification

Image Classification
Transformers
TensorBoard
Safetensors
English
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use kawchar85/image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kawchar85/image-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="kawchar85/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("kawchar85/image-classification")
    model = AutoModelForImageClassification.from_pretrained("kawchar85/image-classification")
  • Notebooks
  • Google Colab
  • Kaggle
image-classification / runs
12.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
kawchar85's picture
kawchar85
Model save
4ef1a81 verified over 1 year ago
  • Aug17_18-50-09_kitebrains2
    Model save over 1 year ago