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

HanClinto
/
CollectorVision

CollectorVision
onnxruntime
model-registry
Model card Files Files and versions
xet
Community

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

  • Libraries
  • CollectorVision

    How to use HanClinto/CollectorVision 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/CollectorVision", 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
CollectorVision
5.21 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
HanClinto's picture
HanClinto
Correct fastweb-single channel metadata
1386d2f verified 16 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    748 Bytes
    Upload README.md with huggingface_hub 17 days ago
  • registry.json
    2.94 kB
    Correct fastweb-single channel metadata 16 days ago