Skip to main content

A library to interact with the stdp.io REST API

Project description

stdp.io client library

A library to interact with the stdp.io REST API

authenticating


#init
stdp = stdpio(username="username", password="password", model_dir="/tmp/")

fetching your Akida models


#get models
models = stdp.my_models()

# fetch all the model files & knowns
for model in models:
	# download the model file from stdp.io
    stdp.fetch_model_file(model)
    # print the labels and trained neurons for the model
    print(stdp.fetch_known(model))

Project details


Download files

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

Source Distribution

stdpio-0.0.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

stdpio-0.0.2-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

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