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

  • Log In
  • Sign Up

prithivMLmods
/
Graphic-Class

Image Classification
Transformers
Safetensors
English
siglip
graphic
2d
3d
image-classifier
art
Model card Files Files and versions
xet
Community

Instructions to use prithivMLmods/Graphic-Class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use prithivMLmods/Graphic-Class with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="prithivMLmods/Graphic-Class")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageClassification
    
    processor = AutoProcessor.from_pretrained("prithivMLmods/Graphic-Class")
    model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Graphic-Class")
  • Notebooks
  • Google Colab
  • Kaggle
Graphic-Class
372 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
prithivMLmods's picture
prithivMLmods
Update README.md
761ffd2 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    2.9 kB
    Update README.md 10 months ago
  • config.json
    1.15 kB
    test-upload 10 months ago
  • model.safetensors
    372 MB
    xet
    test-upload 10 months ago
  • preprocessor_config.json
    418 Bytes
    test-upload 10 months ago