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

  • Log In
  • Sign Up

Blueway
/
inference-endpoint-for-omdet-turbo-swin-tiny-hf

Zero-Shot Object Detection
Transformers
Safetensors
French
English
omdet-turbo
endpoints-template
Model card Files Files and versions
xet
Community
1

Instructions to use Blueway/inference-endpoint-for-omdet-turbo-swin-tiny-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Blueway/inference-endpoint-for-omdet-turbo-swin-tiny-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-object-detection", model="Blueway/inference-endpoint-for-omdet-turbo-swin-tiny-hf")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotObjectDetection
    
    processor = AutoProcessor.from_pretrained("Blueway/inference-endpoint-for-omdet-turbo-swin-tiny-hf")
    model = AutoModelForZeroShotObjectDetection.from_pretrained("Blueway/inference-endpoint-for-omdet-turbo-swin-tiny-hf")
  • Notebooks
  • Google Colab
  • Kaggle
inference-endpoint-for-omdet-turbo-swin-tiny-hf
463 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
LDanielBlueway's picture
LDanielBlueway
Update README.md
ce5111d verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.26 kB
    Update README.md about 1 year ago
  • config.json
    1.96 kB
    Upload 7 files about 1 year ago
  • handler.py
    1.83 kB
    Update handler.py about 1 year ago
  • merges.txt
    525 kB
    Upload 7 files about 1 year ago
  • model.safetensors
    462 MB
    xet
    Upload 7 files about 1 year ago
  • preprocessor_config.json
    492 Bytes
    Upload 7 files about 1 year ago
  • requirements.txt
    4 Bytes
    Create requirements.txt about 1 year ago
  • special_tokens_map.json
    588 Bytes
    Upload 7 files about 1 year ago
  • tokenizer_config.json
    749 Bytes
    Upload 7 files about 1 year ago
  • vocab.json
    1.06 MB
    Upload 7 files about 1 year ago