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

  • Log In
  • Sign Up

Moreza009
/
HF_CVcourse_FoodClassifier

Image Classification
Transformers
TensorBoard
Safetensors
English
swin
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Moreza009/HF_CVcourse_FoodClassifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Moreza009/HF_CVcourse_FoodClassifier")
    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("Moreza009/HF_CVcourse_FoodClassifier")
    model = AutoModelForImageClassification.from_pretrained("Moreza009/HF_CVcourse_FoodClassifier")
  • Notebooks
  • Google Colab
  • Kaggle
HF_CVcourse_FoodClassifier / runs
33.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Moreza009's picture
Moreza009
End of training
e2df0f6 verified almost 2 years ago
  • May31_10-15-48_bfc6c9092c85
    End of training almost 2 years ago