Qwak Core provides the foundational objects and communication tools for interacting with the Qwak MLOps platform (version 0.7.64). It includes model inference clients, authentication utilities, and other core abstractions. The library is released frequently, with multiple releases per month.
pip install qwak-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize authentication and inference client, then run a prediction.
Use Python 3.9, 3.10, or 3.11.
Use 'from qwak.core.{submodule} import {class}'.Refer to official documentation for current API.
Set the QWAK_API_KEY environment variable or pass it directly to QwakAuth.