Zingg Command Line

Using Zingg command line to interact with Zingg

The Zingg command line interface is the way to interact with Zingg to fire labeling, training, and matching jobs and perform other Zingg functions.

To invoke the command line and pass a JSON configuration :

./scripts/zingg.sh <optional --properties-file path to zingg.conf> --phase <phase> --conf <path to json>

To invoke the command line and run python programs :

./scripts/zingg.sh <optional --properties-file path-to-zingg.conf> --run <path-to-python-program>

Last updated