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

KapDEK
/
TheBadHotdogDetector

Image Classification
Transformers
image_classification
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use KapDEK/TheBadHotdogDetector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="KapDEK/TheBadHotdogDetector")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("KapDEK/TheBadHotdogDetector", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
TheBadHotdogDetector
2.59 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
KapDEK's picture
KapDEK
Update README.md
755e25b about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    89 Bytes
    Update README.md about 3 years ago
  • config.json
    1.03 kB
    Create config.json about 3 years ago