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

HanClinto
/
milo

CollectorVision
ONNX
image-retrieval
metric-learning
arcface
mobilevit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • CollectorVision

    How to use HanClinto/milo with CollectorVision:

    pip install git+https://github.com/HanClinto/CollectorVision huggingface_hub
    from huggingface_hub import hf_hub_download
    import collector_vision as cvg
    
    checkpoint = hf_hub_download(repo_id="HanClinto/milo", filename="model.onnx")
    
    # Detector models, such as Cornelius:
    detector = cvg.NeuralCornerDetector(checkpoint)
    
    # Embedder models, such as Milo:
    embedder = cvg.NeuralEmbedder(checkpoint)
  • Notebooks
  • Google Colab
  • Kaggle
milo
243 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
HanClinto's picture
HanClinto
Add CollectorVision library metadata
290fa81 verified 20 days ago
  • catalogs
    Upload Spanish Scryfall catalog snapshot about 1 month ago
  • .gitattributes
    1.61 kB
    Upload May 2026 Scryfall and TCGplayer catalogs about 1 month ago
  • README.md
    2.23 kB
    Add CollectorVision library metadata 20 days ago
  • model.onnx
    5.19 MB
    xet
    Add Milo v1.0.0 (MobileViT-XXS ArcFace card embedder, epoch 15) about 2 months ago