Inference consists of two parts: the core and the user interface. The core is available as a Python package. The user interface can be used to connect to the core running on the same system or remotely.
Core
Install Data Spree Inference for Python via:
pip install dataspree-inference[cpu] -f https://www.data-spree.com/python-packages
You can also install Data Spree Inference for Python with GPU support (requires Nvidia CUDA 10.2 with cuDNN):
pip install dataspree-inference[gpu] -f https://www.data-spree.com/python-packages