Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,21 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- ewanlong/Food_Classification_Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
|
|
6 |
# **Indian-Western-Food-34**
|
7 |
|
8 |
> **Indian-Western-Food-34** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify food images into various Indian and Western dishes using the **SiglipForImageClassification** architecture.
|
@@ -161,4 +175,4 @@ The **Indian-Western-Food-34** model is designed to classify food images into In
|
|
161 |
- **Restaurant & Food Delivery Apps:** Enhancing food recognition for better menu recommendations.
|
162 |
- **Health & Nutrition Apps:** Tracking calorie intake and diet preferences.
|
163 |
- **Food Blogging & Social Media:** Auto-tagging food items in posts.
|
164 |
-
- **Educational Purposes:** Teaching AI-based food classification.
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- ewanlong/Food_Classification_Dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- google/siglip2-base-patch16-224
|
9 |
+
pipeline_tag: image-classification
|
10 |
+
library_name: transformers
|
11 |
+
tags:
|
12 |
+
- food
|
13 |
+
- class
|
14 |
+
- biology
|
15 |
+
- indian
|
16 |
+
- western
|
17 |
---
|
18 |
+

|
19 |
+
|
20 |
# **Indian-Western-Food-34**
|
21 |
|
22 |
> **Indian-Western-Food-34** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify food images into various Indian and Western dishes using the **SiglipForImageClassification** architecture.
|
|
|
175 |
- **Restaurant & Food Delivery Apps:** Enhancing food recognition for better menu recommendations.
|
176 |
- **Health & Nutrition Apps:** Tracking calorie intake and diet preferences.
|
177 |
- **Food Blogging & Social Media:** Auto-tagging food items in posts.
|
178 |
+
- **Educational Purposes:** Teaching AI-based food classification.
|