Difference between revisions of "Artificial Intelligence"

From Open Food Facts wiki
Jump to navigation Jump to search
m
Line 2: Line 2:
  
 
[https://github.com/openfoodfacts/robotoff Robotoff] is Open Food Facts "AI" service: it takes care of calling the ML models and storing all predictions. [https://github.com/openfoodfacts/robotoff/wiki Robotoff wiki] describes in details how Robotoff works.
 
[https://github.com/openfoodfacts/robotoff Robotoff] is Open Food Facts "AI" service: it takes care of calling the ML models and storing all predictions. [https://github.com/openfoodfacts/robotoff/wiki Robotoff wiki] describes in details how Robotoff works.
 +
Depending on its confidence, each prediction is either applied automatically or require a manual validation. [https://hunger.openfoodfacts.org/ Hunger Games] is our in-house validation tool.
 +
 
All machine learning models used in production are stored on Github as releases, in the [https://github.com/openfoodfacts/robotoff-models/releases robotoff-models] repository.
 
All machine learning models used in production are stored on Github as releases, in the [https://github.com/openfoodfacts/robotoff-models/releases robotoff-models] repository.
  
Finally, a list of our AI projects (current and future) can be found on Github: https://github.com/openfoodfacts/openfoodfacts-ai/issues.
+
Finally, a list of our AI projects (current and future) can be found on Github: [https://github.com/openfoodfacts/openfoodfacts-ai/issues openfoodfacts-ai].
 +
 
 +
== How to contribute? ==
 +
 
 +
There are many ways to help:
 +
* contribute to Robotoff, some issues are tagged as [https://github.com/openfoodfacts/robotoff/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 suitable for newcomers]
 +
* help to solve one of the issue listed in [https://github.com/openfoodfacts/openfoodfacts-ai/issues openfoodfacts-ai].
 +
 
 +
Most of our discussions happen on Slack.
 +
Depending on your interests, you can join the following channels:
 +
* #robotoff and #hunger-games (robotoff and hunger games channels respectively)
 +
* #ai-machinelearning (generic machine learning discussions)
 +
* #ai-logo-detection, #ai-imagerecognition, #ai-computervision, #spellcheck

Revision as of 12:33, 9 June 2020

Machine learning models and "AI" are used in Open Food Facts to extract information from product images and to perform predictions, such as the product category.

Robotoff is Open Food Facts "AI" service: it takes care of calling the ML models and storing all predictions. Robotoff wiki describes in details how Robotoff works. Depending on its confidence, each prediction is either applied automatically or require a manual validation. Hunger Games is our in-house validation tool.

All machine learning models used in production are stored on Github as releases, in the robotoff-models repository.

Finally, a list of our AI projects (current and future) can be found on Github: openfoodfacts-ai.

How to contribute?

There are many ways to help:

Most of our discussions happen on Slack. Depending on your interests, you can join the following channels:

  • #robotoff and #hunger-games (robotoff and hunger games channels respectively)
  • #ai-machinelearning (generic machine learning discussions)
  • #ai-logo-detection, #ai-imagerecognition, #ai-computervision, #spellcheck