openfoodfacts / hunger-games

One click Mini-Games for Open Food Facts
https://hunger.openfoodfacts.org
21 stars 34 forks source link

Allow to filter questions based on predictor value (eg logos, regex) #427

Open teolemon opened 1 year ago

teolemon commented 1 year ago

Problem

alexfauquette commented 1 year ago

From robotoff repo those value could be one of the following:

"ridge_model-ml"
"neural"
"matcher"
"google-could-vision"
"regex"
"flashtext"
"nutriscore"
"universal-logo-detector"
"ocr"
Sudhanva-Nadiger commented 1 year ago

Can I work on this?

alexfauquette commented 1 year ago

Yes, no problem

thestarsahil commented 1 year ago

From robotoff repo those value could be one of the following:

"ridge_model-ml"
"neural"
"matcher"
"google-could-vision"
"regex"
"flashtext"
"nutriscore"
"universal-logo-detector"
"ocr"

why you are using the Ridge Regression Model? Actually, I haven't use that before so knowing what the purpose of using this function ?

alexfauquette commented 1 year ago

@thestarsahil No idea, the repo for the machine learning aspect is robotoff. Here we only consume the preditctions

thestarsahil commented 1 year ago

@thestarsahil No idea, the repo for the machine learning aspect is robotoff. Here we only consume the preditctions

Can I handle this task also I am new here So I want to contribute some of the part which I know

raphael0202 commented 10 months ago

The list of the most useful predictors:

count predictor
247971 matcher
238605 neural
99028 flashtext
91261 regex
66095 taxonomy
24360 universal-logo-detector
12185 grammar
1290 google-cloud-vision

But we could provide it through query parameters, I'm not sure we really need for now a new field in the filter interface. It's really a feature I would use frequently.