-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingredients Spellcheck integration into Hunger Games #1052
Comments
Before the official integration into Hunger Games, we released a Spellcheck annotation feature hosted on Hugging Face. It already got many feedbacks from users:
|
@jeremyarancio How do you pick the product to annotate in your hugging face interface? I started to an ingredient extraction game few months ago but kind of drop because it took around 30s to fetch product with pictures but missing text |
Hey Alex ! There are currently <5000 products that were corrected by our Spellcheck, stored as insights in the Robotoff database. I used I then used the Robotoff And voilà! You'll find all the code in the scripts behind the démo: https://huggingface.co/spaces/openfoodfacts/ingredients-spellcheck-annotate/tree/main |
Problem
The Ingredients Spellcheck was developed and is now operational in a batch inference mode. Currently, we corrected 10,000 lists of ingredients stored in the Robotoff database as Insights (insight type name:
ingredient_spellcheck
).We are working on integrating the predictions into the contributor workflow, but there's no integration in Hunger Games yet.
Proposed solution
It would be awesome to have an integration in Hunger Games to let users validate the Spellcheck predictions.
Mockups
Something like this, but with the possibility of validating or correcting the prediction.
The text was updated successfully, but these errors were encountered: