raphael0202 commited on
Commit
4c28d47
·
verified ·
1 Parent(s): 72b8226

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -49,7 +49,7 @@ It achieves the following results on the evaluation set:
49
 
50
  ## Model description
51
 
52
- This model can extract nutrient values from nutrition tables. This was developped as part of the Nutrisight project.
53
 
54
  For more information about the project, please refer to the [nutrisight](https://github.com/openfoodfacts/openfoodfacts-ai/tree/develop/nutrisight) directory in the openfoodfacts-ai GitHub repository.
55
 
@@ -57,9 +57,11 @@ As any model using the LayoutLM architecture, this model expects as input:
57
 
58
  - the image
59
  - the tokens (string) on the images
60
- - the 2D coordinates of each tokens
61
 
62
- The tokens and their 2D position is provided by an OCR model. This model was trained using OCR results coming from Google Cloud Vision.
 
 
63
 
64
  ## Intended uses & limitations
65
 
 
49
 
50
  ## Model description
51
 
52
+ This model can extract nutrient values from photos of food packaging containing nutrition information. This was developped as part of the Nutrisight project.
53
 
54
  For more information about the project, please refer to the [nutrisight](https://github.com/openfoodfacts/openfoodfacts-ai/tree/develop/nutrisight) directory in the openfoodfacts-ai GitHub repository.
55
 
 
57
 
58
  - the image
59
  - the tokens (string) on the images
60
+ - the 2D coordinates of each token
61
 
62
+ The tokens and their 2D positions is provided by an OCR model. This model was trained using OCR results coming from Google Cloud Vision.
63
+
64
+ An ONNX export of the model can be found in the `onnx` directory.
65
 
66
  ## Intended uses & limitations
67