Dralkh commited on
Commit
224775c
·
verified ·
1 Parent(s): b77d257

Add model card metadata and update README

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # CalorieK — food-photo calorie & macro estimation
2
 
3
  A single RGB food photo in, five numbers out: **calories (kcal), mass (g), protein (g), carbohydrate (g), fat (g)**.
 
1
+ ---
2
+ tags:
3
+ - image-to-text
4
+ - food
5
+ - calorie-estimation
6
+ - macronutrient-estimation
7
+ - siglip2
8
+ - nutrition5k
9
+ license: mit
10
+ base_model: google/siglip2-base-patch16-224
11
+ datasets:
12
+ - pinkieseb/nutrition_dataset
13
+ - aryachakraborty/Food_Calorie_Dataset
14
+ metrics:
15
+ - mae
16
+ ---
17
+
18
  # CalorieK — food-photo calorie & macro estimation
19
 
20
  A single RGB food photo in, five numbers out: **calories (kcal), mass (g), protein (g), carbohydrate (g), fat (g)**.