Open Food Facts moderation tool (WIP).
Valentin and Raphael are working on this tool. They meet weekly. Please ping them on Slack if you'd like to contribute. We have more general quality meeting every month.
This repo uses pre-commit to enforce code styling, etc. To use it:
pre-commit run
- Clone this repository :
git clone https://github.com/openfoodfacts/nutripatrol.git
- Open it
cd nutripatrol
- Make docker containers
make up
- Install virtual environment python
python3 -m venv .venv
- Activate it
# MacOS or Linux
source venv/bin/activate
# Windows
venv/Scripts/activate
- Install requirement.txt dependencies
pip3 install -r requirements.txt