zeyuai's picture
Upload EfficientNet food classifier (Keras + TFLite + TFJS)
15bc900 verified
Raw
History Blame Contribute Delete
574 Bytes
{
"class_names": [
"Baked Potato",
"Burger",
"Crispy Chicken",
"Donut",
"Fries",
"Hot Dog",
"Other",
"Pizza",
"Sandwich"
],
"num_classes": 9,
"id2label": {
"0": "Baked Potato",
"1": "Burger",
"2": "Crispy Chicken",
"3": "Donut",
"4": "Fries",
"5": "Hot Dog",
"6": "Other",
"7": "Pizza",
"8": "Sandwich"
},
"label2id": {
"Baked Potato": 0,
"Burger": 1,
"Crispy Chicken": 2,
"Donut": 3,
"Fries": 4,
"Hot Dog": 5,
"Other": 6,
"Pizza": 7,
"Sandwich": 8
}
}