πŸ› Indian Food Image Classifier

This model classifies food images into 20 categories including Indian dishes and popular foods.


πŸ“¦ Classes

0: burger
1: butter_naan
2: chai
3: chapati
4: chole_bhature
5: dal_makhani
6: dhokla
7: fried_rice
8: idli
9: jalebi
10: kaathi_rolls
11: kadai_paneer
12: kulfi
13: masala_dosa
14: momos
15: paani_puri
16: pakode
17: pav_bhaji
18: pizza
19: samosa


πŸš€ How to use

You can use this model easily with Hugging Face pipeline:

from transformers import pipeline

model_name = "Subhash5/indian-food-classifier"

classifier = pipeline("image-classification", model=model_name)

result = classifier("test.jpg")
print(result)
Downloads last month
32
Safetensors
Model size
0.3B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Subhash5/indian-food-classifier

Finetuned
(106)
this model