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

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 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 36 commits
hmrizal's picture
hmrizal
Training in progress, epoch 5
14d3c7d verified almost 2 years ago
  • Jun18_05-48-09_3481d44b1ce1
    Training in progress, epoch 1 almost 2 years ago
  • Jun18_06-09-27_3481d44b1ce1
    Training in progress, epoch 1 almost 2 years ago
  • Jun18_06-16-48_3481d44b1ce1
    Training in progress, epoch 1 almost 2 years ago
  • Jun18_06-19-48_3481d44b1ce1
    Training in progress, epoch 1 almost 2 years ago
  • Jun18_06-24-50_3481d44b1ce1
    Training in progress, epoch 1 almost 2 years ago
  • Jun18_06-28-08_3481d44b1ce1
    Training in progress, epoch 1 almost 2 years ago
  • Jun18_06-52-24_3481d44b1ce1
    Training in progress, epoch 1 almost 2 years ago
  • Jun18_07-20-41_3481d44b1ce1
    End of training almost 2 years ago
  • Jun21_03-13-50_ef612074c7d5
    Training in progress, epoch 1 almost 2 years ago
  • Jun21_04-15-10_ef612074c7d5
    Training in progress, epoch 5 almost 2 years ago