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.19dev4.tar.gz
(10.4 kB
view details)
File details
Details for the file sarus-0.2.19dev4.tar.gz.
File metadata
- Download URL: sarus-0.2.19dev4.tar.gz
- Upload date:
- Size: 10.4 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 |
e32f9691b947f8d0c6b94aa2d5c10191b49b54c4b370b32288a2913809cebf27
|
|
| MD5 |
c769a94d0485d47795bcde8d646dfa37
|
|
| BLAKE2b-256 |
ee8a066b6e8eef6f66d2252cc0f7fb5db58f2c155cbef66cc3dc6394eee2c351
|