--- license: odbl tags: - food - nutrition - open-food-facts --- # NutriWeb US catalog A curated, scored subset of the [Open Food Facts product database](https://huggingface.co/datasets/openfoodfacts/product-database), built by the NutriWeb pipeline. One DuckDB file. * US products only, non-obsolete, with a resolvable English name and at least ingredients, a category, or nutrition facts. * Multilingual fields collapsed to English; `nutriments` pivoted to per-100g columns. * Nutri-Score computed with the official 2023 algorithm where Open Food Facts publishes none, which raises scored coverage roughly 1.8x. * Tables: `products`, `scores`, `category_sizes`, `macro_stats`; view `catalog`. Product data (c) Open Food Facts contributors, licensed ODbL. This derived catalog carries the same licence. Rebuild with `pipeline/01_download.py` .. `pipeline/05_publish.py`.