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

gerald29
/
plantclef2024

Image Classification
Transformers
Safetensors
dinov2
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use gerald29/plantclef2024 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="gerald29/plantclef2024")
    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("gerald29/plantclef2024")
    model = AutoModelForImageClassification.from_pretrained("gerald29/plantclef2024")
  • Notebooks
  • Google Colab
  • Kaggle
plantclef2024
395 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
gerald29's picture
gerald29
Create preprocessor_config.json
1e64c97 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    6.08 kB
    Update README.md over 1 year ago
  • config.json
    358 kB
    Upload Dinov2ForImageClassification over 1 year ago
  • model.safetensors
    394 MB
    xet
    Upload Dinov2ForImageClassification over 1 year ago
  • preprocessor_config.json
    435 Bytes
    Create preprocessor_config.json over 1 year ago