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

  • Log In
  • Sign Up

SupremoUGH
/
image-classification-model

Image Classification
Transformers
Safetensors
English
vit
vision
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use SupremoUGH/image-classification-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="SupremoUGH/image-classification-model")
    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("SupremoUGH/image-classification-model")
    model = AutoModelForImageClassification.from_pretrained("SupremoUGH/image-classification-model")
  • Notebooks
  • Google Colab
  • Kaggle
image-classification-model / src
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
SupremoUGH's picture
SupremoUGH
move model
49d0f3b unverified over 1 year ago
  • __init__.py
    0 Bytes
    first commit over 1 year ago
  • predict.py
    944 Bytes
    first commit over 1 year ago
  • preprocess.py
    294 Bytes
    first commit over 1 year ago
  • train.py
    2.18 kB
    move model over 1 year ago
  • utils.py
    219 Bytes
    move model over 1 year ago