BinhQuocNguyen commited on
Commit
2171936
·
verified ·
1 Parent(s): f9b69f4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "food_recognition",
3
+ "architecture": "efficientnet_yolo",
4
+ "num_classes": 101,
5
+ "image_size": [224, 224],
6
+ "confidence_threshold": 0.5,
7
+ "max_detections": 10,
8
+ "nutritional_database": true,
9
+ "version": "1.0.0",
10
+ "framework": "tensorflow",
11
+ "task": "image-classification"
12
+ }