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

binery
/
Table-Detection-Nienlsr_E_34

Object Detection
Transformers
detr
Model card Files Files and versions
xet
Community

Instructions to use binery/Table-Detection-Nienlsr_E_34 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use binery/Table-Detection-Nienlsr_E_34 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="binery/Table-Detection-Nienlsr_E_34")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("binery/Table-Detection-Nienlsr_E_34")
    model = AutoModelForObjectDetection.from_pretrained("binery/Table-Detection-Nienlsr_E_34")
  • Notebooks
  • Google Colab
  • Kaggle
Table-Detection-Nienlsr_E_34
2.71 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
debu das
Create config.json
45151d6 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.23 kB
    Create config.json over 3 years ago