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.6.0.tar.gz
(16.3 kB
view hashes)
Built Distribution
konan_sdk-1.6.0-py3-none-any.whl
(23.2 kB
view hashes)
Close
Hashes for konan_sdk-1.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8acf7c45dcf1b67cb2dc8ed8f29d1703cd817961c5f2862bb3537909781bc9a8 |
|
MD5 | 89205381b1ce79789f9ea7a3597b31a3 |
|
BLAKE2b-256 | d838399dbc001403337112ceadfb9b1ddb2b88e24046d1b04afb2f31a6cdd5d2 |