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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

steven123
/
teeth_test

Image Classification
Transformers
PyTorch
TensorBoard
vit
huggingpics
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use steven123/teeth_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="steven123/teeth_test")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("steven123/teeth_test")
    model = AutoModelForImageClassification.from_pretrained("steven123/teeth_test")
  • Notebooks
  • Google Colab
  • Kaggle
teeth_test / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
steven123's picture
steven123
commit files to HF hub
7622a56 almost 4 years ago
  • events.out.tfevents.1655250933.f71f416aac95.71.0
    1.06 kB
    xet
    commit files to HF hub almost 4 years ago