Skip to main content

Python client for the Sarus Gateway

Project description

Sarus

===

Python client for the Sarus Gateway. It provides simple connectors to leverage confidential data while ensuring data privacy. Users can explore & train AI models on sensitive data, via synthetic data browsing, remote training and differential privacy.

Installation

PIP

To install locally the latest available version :

pip install sarus

Usage

Client

Use this class to connect to Sarus Gateway.

from sarus import Client

client = Client(url="http://admin.sarus.tech:5000")
available = client.available_datasets()
print(f'Datasets available on the server: {available}')

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

sarus-0.3.0.dev1.tar.gz (16.9 kB view hashes)

Uploaded Source

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