Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

stchakman
/
Fridge_Items_Model

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

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

  • Libraries
  • Transformers

    How to use stchakman/Fridge_Items_Model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="stchakman/Fridge_Items_Model")
    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("stchakman/Fridge_Items_Model")
    model = AutoModelForImageClassification.from_pretrained("stchakman/Fridge_Items_Model")
  • Notebooks
  • Google Colab
  • Kaggle
Fridge_Items_Model / runs
10.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
stchakman's picture
stchakman
commit files to HF hub
54bc7ad about 3 years ago
  • events.out.tfevents.1679522125.1d1114938233.126.1
    10.5 kB
    xet
    commit files to HF hub about 3 years ago