Framework-agnostic neural signal monitoring
Project description
OneX Observability SDK
The OneX SDK provides framework-agnostic utilities to monitor neural signals and export them to the OneX observability platform. It detects popular machine learning frameworks (PyTorch, TensorFlow, JAX) and attaches lightweight instrumentation to running models.
Installation
pip install onex-sdk
Optional extras are available for framework-specific monitoring:
# PyTorch support
pip install onex-sdk[pytorch]
# TensorFlow support
pip install onex-sdk[tensorflow]
# JAX support
pip install onex-sdk[jax]
Quick Start
from onex import OneXMonitor
monitor = OneXMonitor(api_key="your-api-key")
model = monitor.watch(model)
Development
Create a virtual environment and install the development requirements:
pip install -r requirements-dev.txt
Then run the tests with pytest.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file onex_sdk-0.1.29.tar.gz.
File metadata
- Download URL: onex_sdk-0.1.29.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ba76f0991e3bcd1f864916027c88d2619b3992844970b86049b0ac5a3939550
|
|
| MD5 |
ae96b7a8c1e376f4fb2df71b79d75121
|
|
| BLAKE2b-256 |
16dd79fa7715524c5e8615d48de01578d5a668c31a7b39887251df40a97a2b36
|
File details
Details for the file onex_sdk-0.1.29-py3-none-any.whl.
File metadata
- Download URL: onex_sdk-0.1.29-py3-none-any.whl
- Upload date:
- Size: 31.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc9ee8995c4ef2e253c98b5c9083d5758a9ca3fa7bf0a32381a349ec4247dcd8
|
|
| MD5 |
df8cf202e9814b14631595811f6cf44a
|
|
| BLAKE2b-256 |
e8f1c747794d14ecd1a84a08069ecb0ced7c958bb08d7cd1d8327dea8cbea75f
|