File size: 887 Bytes
a103757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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`.