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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BlakePeavy
/
photo-identifier-v3

Image Classification
Transformers
Safetensors
PyTorch
English
convnext
multi-class
scene-understanding
object-recognition
wildlife
landmarks
food
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use BlakePeavy/photo-identifier-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BlakePeavy/photo-identifier-v3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="BlakePeavy/photo-identifier-v3")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("BlakePeavy/photo-identifier-v3", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
photo-identifier-v3
202 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
BlakePeavy's picture
BlakePeavy
Suppress country/char/digit/stl in forward() for pipeline compatibility
ddfc229 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    10.7 kB
    Fix: README.md - Colab-ready instructions + suppress char/digit/country/stl labels 4 months ago
  • config.json
    83 kB
    Upload config.json with huggingface_hub 4 months ago
  • configuration_photo_identifier.py
    2.84 kB
    Initial upload: ConvNeXt-Small, 1216 classes, epoch 20, 66.25% val acc 4 months ago
  • model.safetensors
    202 MB
    xet
    Initial upload: ConvNeXt-Small, 1216 classes, epoch 20, 66.25% val acc 4 months ago
  • modeling_photo_identifier.py
    18.4 kB
    Suppress country/char/digit/stl in forward() for pipeline compatibility 4 months ago
  • photo_identifier.py
    411 Bytes
    Initial upload: ConvNeXt-Small, 1216 classes, epoch 20, 66.25% val acc 4 months ago
  • preprocessor_config.json
    398 Bytes
    Fix: preprocessor_config.json - Colab-ready instructions + suppress char/digit/country/stl labels 4 months ago