EAN-data/ean-product-dataset
EAN product dataset Barcode to product name, description, product image, retailer and safety data sheet link, harvested from Danish web shops. Product text is in Danish. from datasets import load_dataset p = load_dataset("EAN-data/ean-product-dataset", "products")["train"] b = load_dataset("EAN-data/ean-product-dataset", "images")["train"] b[0]["image"] # a PIL image, not a URL About the images The images are stored as bytes under images/, not as links. A… See the full description on the dataset page: https://huggingface.co/datasets/EAN-data/ean-product-dataset.
This repository belongs to EAN-data on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
