Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

moetezsa
/
table_detection_v1

Object Detection
Transformers
PyTorch
table-transformer
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use moetezsa/table_detection_v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="moetezsa/table_detection_v1")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("moetezsa/table_detection_v1")
    model = AutoModelForObjectDetection.from_pretrained("moetezsa/table_detection_v1")
  • Notebooks
  • Google Colab
  • Kaggle
table_detection_v1
1.97 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
moetezsa's picture
moetezsa
Upload processor
b457e4a over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • preprocessor_config.json
    452 Bytes
    Upload processor over 2 years ago