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

  • Log In
  • Sign Up

hmrizal
/
fruit_and_vegetable_classification

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

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

  • Libraries
  • Transformers

    How to use hmrizal/fruit_and_vegetable_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="hmrizal/fruit_and_vegetable_classification")
    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("hmrizal/fruit_and_vegetable_classification")
    model = AutoModelForImageClassification.from_pretrained("hmrizal/fruit_and_vegetable_classification")
  • Notebooks
  • Google Colab
  • Kaggle
fruit_and_vegetable_classification
94.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 37 commits
hmrizal's picture
hmrizal
Training in progress, epoch 5
14d3c7d verified almost 2 years ago
  • runs
    Training in progress, epoch 5 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.69 kB
    End of training almost 2 years ago
  • config.json
    2.23 kB
    Training in progress, epoch 1 almost 2 years ago
  • model.safetensors
    94.6 MB
    xet
    Training in progress, epoch 5 almost 2 years ago
  • preprocessor_config.json
    621 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin
    5.18 kB
    xet
    Training in progress, epoch 1 almost 2 years ago