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.2.19dev2.tar.gz
(10.3 kB
view details)
File details
Details for the file sarus-0.2.19dev2.tar.gz.
File metadata
- Download URL: sarus-0.2.19dev2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.2.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c820275a9cc3599477840f7c1fcc3d120eddb3862ec86f77a361e102a4a9e7b
|
|
| MD5 |
0ac50433ef96aae780f45b7fba5c9d9c
|
|
| BLAKE2b-256 |
af509746d8b467136d9dc23ee9830cdd622e2ad41359bf910277b415859a65ad
|