This repository contains the Python runtime API source code used in the MemryX acceleration module for Frigate — NVR With Realtime Object Detection for IP Cameras.
⚠️ This repository is runtime-focused only and tailored specifically for integration with Frigate Docker deployments.
You can run test script in isolation using a Python virtual environment:
git clone git@github.com:memryx/mx_accl_frigate.gitpython3.10 -m venv mx_accl
source mx_accl/bin/activateReplace the path below with the absolute path to your cloned mx_accl_frigate repo.
cd mx_accl/lib64/python3.10/site-packages/
ln -s /absolute/path/to/mx_accl_frigate/memryx .
cd Install all necessary Python packages listed in the freeze file:
cd mx_accl_frigate/
pip install -r freeze