Skip to content
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

Compute simple similarity score between products #2521

Open
teolemon opened this issue Nov 1, 2019 · 1 comment
Open

Compute simple similarity score between products #2521

teolemon opened this issue Nov 1, 2019 · 1 comment
Labels
✨ Feature Features or enhancements to Open Food Facts server products without barcodes

Comments

@teolemon
Copy link
Member

teolemon commented Nov 1, 2019

Compute a simple similarity score between products. This will allow to avoid duplicates with the new add product feature.

We could compute a hash of all the product data, and compute distance compared to:

  • products of the same category
  • products of a parent category (1, 2…?)
  • all products in the database (1million^1million)
@teolemon teolemon added the 🐛 bug This is a bug, not a feature request. label Nov 1, 2019
@stephanegigandet stephanegigandet added ✨ Feature Features or enhancements to Open Food Facts server and removed 🐛 bug This is a bug, not a feature request. labels Nov 1, 2019
@github-actions
Copy link
Contributor

github-actions bot commented Jul 5, 2020

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature Features or enhancements to Open Food Facts server products without barcodes
Projects
Status: To discuss and validate
Development

No branches or pull requests

2 participants