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()
Example Notebook
Refer to the notebook for detailed examples.
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.38.tar.gz
(27.2 kB
view hashes)
Built Distribution
aryaxai-0.0.38-py3-none-any.whl
(27.0 kB
view hashes)