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
/
ccgdetector-fastweb-single

Object Detection
ONNX
CollectorVision
computer-vision
card-detection
Model card Files Files and versions
xet
Community

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

  • Libraries
  • CollectorVision

    How to use HanClinto/ccgdetector-fastweb-single 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/ccgdetector-fastweb-single", 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
ccgdetector-fastweb-single
9.57 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
HanClinto's picture
HanClinto
Document fastweb-single stable availability
66ffd49 verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 18 days ago
  • README.md
    3.57 kB
    Document fastweb-single stable availability 17 days ago
  • fastweb-single-0.1.0.onnx
    3.2 MB
    xet
    Add fastweb-single testing detector 18 days ago
  • fastweb-single-1.39.onnx
    3.19 MB
    xet
    Add fastweb-single 1.39 testing artifact 17 days ago
  • model.onnx
    3.19 MB
    xet
    Add fastweb-single 1.39 testing artifact 17 days ago