-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Create FEATURES.md to doc features and todos (#1309)
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
**Robotoff** is a service managing potential Open Food Facts updates (also known as _insights_) and predictions (which can then be combined to generate an insight). | ||
These insights include a growing set of facts, including: | ||
|
||
### Insights | ||
- the product category, weight, brand, packager codes and expiration date | ||
- some of its labels | ||
- abusive pictures (selfies) | ||
- rotated pictures | ||
- EXPAND ME (Auto-select…) | ||
|
||
### Insights applied automatically | ||
|
||
- EXPAND ME | ||
|
||
### API Features/Routes | ||
- Fetch insights | ||
- Annotate an insight (accept or reject) | ||
|
||
### TODO | ||
- Regenerate category insights | ||
- Regenerate image insights | ||
|
||
A detailed description of [how predictions and insights work is available here](https://openfoodfacts.github.io/robotoff/explanations/predictions/). |