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

Woleek
/
camera-type

Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use Woleek/camera-type with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Woleek/camera-type with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Woleek/camera-type")
    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("Woleek/camera-type")
    model = AutoModelForImageClassification.from_pretrained("Woleek/camera-type")
  • Notebooks
  • Google Colab
  • Kaggle
camera-type / runs
45.8 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Woleek's picture
Woleek
Test passed
4ce497a over 2 years ago
  • Aug31_09-56-59_surveily-ag-02
    Test passed over 2 years ago
  • Aug31_12-31-20_surveily-ag-02
    Test passed over 2 years ago
  • Aug31_12-34-33_surveily-ag-02
    Test passed over 2 years ago
  • Aug31_12-43-51_surveily-ag-02
    Test passed over 2 years ago
  • Aug31_12-52-42_surveily-ag-02
    Test passed over 2 years ago