-
Notifications
You must be signed in to change notification settings - Fork 18
/
group-6-config.json
25 lines (25 loc) · 1.21 KB
/
group-6-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"default-ocr-model": "keras-ocr",
"supported-ocr-models": ["keras-ocr", "tesseract"],
"label-keywords": {
"ingredients":
["ingredients"],
"nutrition":
["nutrition facts", "nutritional facts", "nutrition info", "nutritional info", "nutrition information", "nutritional information"],
"cooking":
["cooking instructions", "cooking information", "how to cook"],
"storage":
["storage instructions", "storage information", "how to store"]
},
"attempt-skew-correction": "true",
"categories": {
"user-allergens": [],
"dairy": ["dairy", "milk", "butter", "cream", "cheese", "yogurt"],
"nuts": ["nuts", "peanuts", "pecans", "walnuts", "almonds", "brazil nuts", "cashews",
"chesnuts", "filberts", "hazelnuts", "macadamia", "pine nuts", "pistachios"],
"meat": ["meat", "chicken", "pork", "beef", "veal", "sausage", "sausages", "steak", "meatballs"],
"allergens": ["celery", "gluten", "crustaceans", "eggs", "fish", "lupin", "milk",
"molluscs", "mustard", "peanuts", "sesame", "soy", "soybeans", "sulphur dioxide",
"sulphites", "tree nuts"]
}
}