Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 848 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 848 Bytes

off-to-mf

About The Project

This project is provided in compliance with Section 4.6 b. of the ODbL.

Running this project converts a single Open Food Facts CSV Data Export into a set of JSONL files. Apart from file type conversion, this project also mutates the data structure and drops certain rows and columns as per the needs of the MacroFactor app.

Getting Started

Prerequisites

Installation

  1. Download the latest CSV Data Export from Open Food Facts
  2. Create a data folder in the project root
  3. Move the Open Food Facts Data into the data folder
  4. Install the project dependencies
poetry install