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

ondame
/
image-classifier

Image Classification
Transformers
ONNX
English
multi-head-classification
room-classification
dinov2
computer-vision
scene-classification
Model card Files Files and versions
xet
Community

Instructions to use ondame/image-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ondame/image-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="ondame/image-classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ondame/image-classifier", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
image-classifier
2.43 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
justin-onda's picture
justin-onda
model_info.json ํ˜„ํ–‰ํ™”
553314a 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    8.35 kB
    ํŒŒ์ผ๋ช… ์ •๋ฆฌ ๋ฐ README ๋ณด์™„ 11 months ago
  • encoder.onnx
    1.22 GB
    xet
    encoder๋ฅผ dino v2 ๊ณต์‹ ๋ชจ๋ธ๋กœ ๋ณ€๊ฒฝ 9 months ago
  • head.onnx
    91 kB
    xet
    fix: ํ—ค๋“œ ONNX ์ถœ๋ ฅ ์ˆœ์„œ ์ˆ˜์ • (v0.2.1) [AI] 11 months ago
  • inference_example.py
    5.46 kB
    fix: ํ—ค๋“œ ONNX ์ถœ๋ ฅ ์ˆœ์„œ ์ˆ˜์ • (v0.2.1) [AI] 11 months ago
  • model.pth

    Detected Pickle imports (6)

    • "collections.OrderedDict",
    • "numpy._core.multiarray.scalar",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "numpy.dtype",
    • "_codecs.encode"

    How to fix it?

    1.21 GB
    xet
    ํŒŒ์ผ๋ช… ์ •๋ฆฌ ๋ฐ README ๋ณด์™„ 11 months ago
  • model_info.json
    2.82 kB
    model_info.json ํ˜„ํ–‰ํ™” 9 months ago
  • preprocessor_config.json
    436 Bytes
    encoder๋ฅผ dino v2 ๊ณต์‹ ๋ชจ๋ธ๋กœ ๋ณ€๊ฒฝ 9 months ago