This is a C++ client library for the DeepAffex Cloud API. It contains basic functionality, including:
This library requires a C++17 compiler and the Python-based Conan dependency tool along with some additional Python 3 packages for creating documentation. A Python Virtual Environment is recommended for managing the required Python dependencies.
There are different transports REST, WebSocket, gRPC which are supported based on the type of server being connected to. The feature sets of those transports are controlled based on user credentials and version, but as a minimum basic measurement functionality is supported across all variants.
For instructions on building, refer to BUILDING.md.