Configuration
The API configuration options are defined in api/config/api/config.py
ML_FRAMEWORK:the deep learning framework to use. The Supported values are
tensorflow,tensorflow_liteML_HARDWARE:the hardware accelertor to use. The supported values are
cpu,gpu,edgetpuMODELS_FOLDER:Path to the directory containings the models.
DETECTION_MODELS:A list of the detection models to load. The default is
yolov4MAX_IMAGE_SIZE:Max size of the input image. The default is
4 MBDETECTION_RATE_LIMIT:Rate limit for the detection endpoint