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

mjsp
/
india-sweets

Image Classification
Transformers
PyTorch
TensorBoard
gpt2
text-generation
huggingpics
Eval Results (legacy)
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use mjsp/india-sweets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mjsp/india-sweets with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="mjsp/india-sweets")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("mjsp/india-sweets")
    model = AutoModelForCausalLM.from_pretrained("mjsp/india-sweets")
  • Notebooks
  • Google Colab
  • Kaggle
india-sweets / images
104 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mjsp's picture
mjsp
commit files to HF hub
60fbf69 over 2 years ago
  • gulab_jamun.jpg
    25 kB
    xet
    commit files to HF hub over 2 years ago
  • jalebi.jpg
    27 kB
    xet
    commit files to HF hub over 2 years ago
  • kheer.jpg
    27.9 kB
    xet
    commit files to HF hub over 2 years ago
  • rasgulla.jpg
    23.7 kB
    xet
    commit files to HF hub over 2 years ago