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

bhavani037
/
depth-anything-v2-endpoint

Depth Estimation
Transformers
custom_code
depth-anything
Model card Files Files and versions
xet
Community

Instructions to use bhavani037/depth-anything-v2-endpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bhavani037/depth-anything-v2-endpoint with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="bhavani037/depth-anything-v2-endpoint", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("bhavani037/depth-anything-v2-endpoint", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
depth-anything-v2-endpoint
6.38 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
bhavani037's picture
bhavani037
Upload handler.py with huggingface_hub
dd184e9 verified 18 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    1.18 kB
    Add pipeline_tag frontmatter 19 days ago
  • handler.py
    3.46 kB
    Upload handler.py with huggingface_hub 18 days ago
  • requirements.txt
    221 Bytes
    Add custom depth-estimation handler 19 days ago