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

DamarJati
/
plastic-recycling-codes

Image Classification
Transformers
PyTorch
English
swin
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use DamarJati/plastic-recycling-codes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DamarJati/plastic-recycling-codes with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="DamarJati/plastic-recycling-codes")
    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("DamarJati/plastic-recycling-codes")
    model = AutoModelForImageClassification.from_pretrained("DamarJati/plastic-recycling-codes")
  • Notebooks
  • Google Colab
  • Kaggle
plastic-recycling-codes / example
507 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
DamarJati's picture
DamarJati
Upload 3 files
3259b14 over 2 years ago
  • image1.jpg
    4.66 kB
    Upload 3 files over 2 years ago
  • image2.jpg
    18.7 kB
    Upload 3 files over 2 years ago
  • image3.jpg
    483 kB
    Upload 3 files over 2 years ago