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

pjdevelop
/
dinov2-svm-embeddings-currency_indian

Image Classification
Transformers
Joblib
vit
Model card Files Files and versions
xet
Community

Instructions to use pjdevelop/dinov2-svm-embeddings-currency_indian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pjdevelop/dinov2-svm-embeddings-currency_indian with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="pjdevelop/dinov2-svm-embeddings-currency_indian")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("pjdevelop/dinov2-svm-embeddings-currency_indian", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
dinov2-svm-embeddings-currency_indian
118 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
pjdevelop's picture
pjdevelop
Update model.py
75ea8f5 verified almost 2 years ago
  • .gitattributes
    1.58 kB
    commit files to HF hub almost 2 years ago
  • README.md
    190 Bytes
    Update README.md almost 2 years ago
  • all_embeddings.json
    94.9 MB
    xet
    commit files to HF hub almost 2 years ago
  • app.py
    781 Bytes
    commit files to HF hub almost 2 years ago
  • config.json
    965 Bytes
    Update config.json almost 2 years ago
  • model.py
    1.6 kB
    Update model.py almost 2 years ago
  • preprocessor_config.json
    325 Bytes
    Update preprocessor_config.json almost 2 years ago
  • requirements.txt
    129 Bytes
    Update requirements.txt almost 2 years ago
  • svm_model.joblib
    23.1 MB
    xet
    commit files to HF hub almost 2 years ago