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

replyquickflorida
/
tooth-agenesis-model

Image Classification
Transformers
Safetensors
English
siglip
tooth
SigLIP2
chemistry
biology
medical
Calculus
Mouth Ulcer
hypodontia
Tooth Discoloration
Gingivitis
tooth-agenesis
Model card Files Files and versions
xet
Community

Instructions to use replyquickflorida/tooth-agenesis-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use replyquickflorida/tooth-agenesis-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="replyquickflorida/tooth-agenesis-model")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageClassification
    
    processor = AutoProcessor.from_pretrained("replyquickflorida/tooth-agenesis-model")
    model = AutoModelForImageClassification.from_pretrained("replyquickflorida/tooth-agenesis-model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tooth-agenesis-model
2.49 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
replyquickflorida's picture
replyquickflorida
Upload folder using huggingface_hub
b83d525 verified 9 months ago
  • checkpoint-385
    Upload folder using huggingface_hub 9 months ago
  • checkpoint-770
    Upload folder using huggingface_hub 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    4.21 kB
    Upload folder using huggingface_hub 9 months ago
  • config.json
    1.32 kB
    Upload folder using huggingface_hub 9 months ago
  • model.safetensors
    372 MB
    xet
    Upload folder using huggingface_hub 9 months ago
  • preprocessor_config.json
    394 Bytes
    Upload folder using huggingface_hub 9 months ago
  • training_args.bin
    5.3 kB
    xet
    Upload folder using huggingface_hub 9 months ago