Python SDK for Konan's API
Project description
Getting Started
from konan_sdk.sdk import KonanSDK
if __name__ == '__main__':
# Initialize the SDK. Set verbose to True if you want verbose logging.
sdk = KonanSDK(verbose=False)
# Login user your valid konan credentials
user = sdk.login("<email>", "<password>")
# Define the input data to be passed to your model
input_data = {"feature_1": 1, "feature_2": "abc", }
# Run the prediction
prediction_uuid, ml_output = sdk.predict("<deployment_uuid>", input_data)
# Print the returned output
print(prediction_uuid, ml_output)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
konan-sdk-1.2.3.tar.gz
(10.4 kB
view hashes)
Built Distribution
konan_sdk-1.2.3-py3-none-any.whl
(13.9 kB
view hashes)
Close
Hashes for konan_sdk-1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a8286cc8e9db73c45860975ad3d209ee7d71927db2c1911cd1530e112fab17c |
|
MD5 | 5cd8223d93b17bb7aa8967c3bec648c8 |
|
BLAKE2b-256 | 78929823663691e97f7ad47e5b8eaa7c1c8ececc9425b88b6e112e2c3dfd51b0 |