Service launch

Example of service launch from root directory:

python run.py --port=5091 --config=./configs/devconfig.conf --log_suffix=test --use_detector=1

Parameters port=5090 and config=./configs/config.conf are default. Note, that python version should be 3.9 or higher.

It is possible to disable detector, extractor, estimator by using use_detector, use_extractor, use_estimator parameters (it needs 0 as parameter’s value to disable). For default, detector, extractor and estimator are enabled.

Running service on a port with configuration file and output to log files having suffix “test”. Port, path to configuration file and custom log files’ suffix are set as command line arguments.

You can view help

python ./run.py --help