Skip to main content

Data Explorer Client SDK

Project description

Data Explorer Client SDK

Introduction

akride is a Python SDK that facilitates interaction with Akridata's Data Explorer, providing seamless integration and tools for streamlined data analysis.

Akridata's Data Explorer allows you to save time building the best training and test sets for your application.

akride will help you:

  • Visualize your data
  • Detect and remove outliers
  • Check class imbalance
  • Sample the data and remove duplications
  • Apply Image-based-Search
  • Analyze model's accuracy

and much more!

Installation

You can install the latest stable version of akride via pip -

for a CPU-only version:

pip install akride[cpu]

or on a GPU-enabled machine:

pip install akride[gpu]

QuickStart

Start using Akride by copying the following code snippet into your Python terminal:

from akride import AkriDEClient
SAAS_ENDPOINT="https://app.akridata.ai"
API_KEY=<your-api-key>
# API Key Configurations
sdk_config_dict = {
  "saas_endpoint": SAAS_ENDPOINT,
  "api_key": API_KEY,
  "mode": "saas"
}


client = AkriDEClient(sdk_config_dict=sdk_config_dict)
print(client.get_server_version())

Documentation

For detailed documentation on how to use the akride client and its capabilities, please refer to the official SDK documentation.

For more information about Akridata's Data Explorer, please refer to the official Akridata documentation.

Examples

Check out the akride-examples repository for examples of using akride client to interact with DataExplorer


For more information about AkriData, please visit akridata.ai.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

akride-0.2.12-py3-none-any.whl (70.0 kB view details)

Uploaded Python 3

File details

Details for the file akride-0.2.12-py3-none-any.whl.

File metadata

  • Download URL: akride-0.2.12-py3-none-any.whl
  • Upload date:
  • Size: 70.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for akride-0.2.12-py3-none-any.whl
Algorithm Hash digest
SHA256 5f347caa260da55046af50f94fd75ccd239727e97dfa128d9a34738a783dda56
MD5 aec2913be5fd333d7bc00ab1d854e289
BLAKE2b-256 21499d25b43785acea15e724b5da9d59cc74a76a0d8bc26c9c0b932e88d048ba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page