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

HrishiKabra
/
reefscan-dinov2-coral

Image Classification
Transformers
Safetensors
coral-reef
conformal-prediction
dinov2
ecology
Model card Files Files and versions
xet
Community

Instructions to use HrishiKabra/reefscan-dinov2-coral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use HrishiKabra/reefscan-dinov2-coral with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="HrishiKabra/reefscan-dinov2-coral")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("HrishiKabra/reefscan-dinov2-coral", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
reefscan-dinov2-coral
693 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
HrishiKabra's picture
HrishiKabra
Upload README.md with huggingface_hub
e54f867 verified 3 months ago
  • finetune
    Upload finetune/conformal.json with huggingface_hub 3 months ago
  • linear_probe
    Upload linear_probe/conformal.json with huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.73 kB
    Upload README.md with huggingface_hub 3 months ago