Full stack ML Observability with AryaXAI
Project description
A python client for AryaXAI.
Installation
pip install aryaxai
Getting Started
from aryaxai import xai
xai.login()
# list of workspaces
workspaces = xai.get_workspaces()
# projects from first workspace
projects = workspaces[0].get_projects()
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
aryaxai-0.0.7.tar.gz
(14.0 kB
view hashes)
Built Distribution
aryaxai-0.0.7-py3-none-any.whl
(12.8 kB
view hashes)