Service Maker for Python Developers(alpha)#

Deepstream Service Maker offers a Python package tailored for python developers, providing essential bindings for Pipeline APIs alongside the high-level Flow APIs. Flow APIs are specifically for beginners to quickly create common media processing / AI inference applications without requiring any Deepstream knowledge, and Pipeline APIs can be used by advanced developers to further customize their application.

Python Service Maker Installation#

In order to use Deepstream Service Maker Python APIs, users just need to have Deepstream SDK installed on their host(DS Installation Guide) or use it inside DeepStream SDK docker(DS Docker Container). Service Maker python package is pre-installed globally in “/usr/local/lib/python3.10/dist-packages/pyservicemaker”