Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

zac
/
handy

Image Classification
Transformers
TensorBoard
Safetensors
PyTorch
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use zac/handy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zac/handy with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="zac/handy")
    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("zac/handy")
    model = AutoModelForImageClassification.from_pretrained("zac/handy")
  • Notebooks
  • Google Colab
  • Kaggle
handy / images
1.25 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
zac's picture
zac
commit files to HF hub
63f74c9 over 2 years ago
  • bad_hands.png
    1.24 MB
    xet
    commit files to HF hub over 2 years ago
  • hands.jpg
    14.6 kB
    xet
    commit files to HF hub over 2 years ago