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

  • Log In
  • Sign Up

susnato
/
my_food_classifier

Image Classification
Transformers
google-tensorflow TensorFlow
vit
generated_from_keras_callback
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use susnato/my_food_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="susnato/my_food_classifier")
    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("susnato/my_food_classifier")
    model = AutoModelForImageClassification.from_pretrained("susnato/my_food_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
my_food_classifier
344 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
susnato's picture
susnato
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#1)
1fa130f over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.86 kB
    Librarian Bot: Add base_model information to model (#1) over 2 years ago
  • config.json
    5.55 kB
    Training in progress epoch 0 over 3 years ago
  • preprocessor_config.json
    325 Bytes
    Training in progress epoch 0 over 3 years ago
  • tf_model.h5
    344 MB
    xet
    End of training over 3 years ago