A lightweight Python API for object detection with pluggable backends. This API allows you to detect objects in images using different detection backends, starting with TensorFlow Lite.
git clone https://github.com/yehonathanlitman/LightSwitch --recursive && cd LightSwitch conda create -n lightswitch python=3.10 -y conda activate lightswitch pip ...