Skip to main content

Annotate faster. See deeper. Sound smarter.

Project description

auvux

auvux

Annotate faster. See deeper. Sound smarter.


Push inference runs from a Python notebook to a browser viewer over WebRTC.

Bytes flow peer-to-peer over a DataChannel; identical bytes across runs and viewers are deduplicated via per-viewer SHA-256 content addressing. Auth is GitHub OAuth (user:email scope) verified by an HMAC-signed JWT — your tokens never leave your machine.

Install

pip install --pre auvux

(--pre while we're on the 0.1.0a1 alpha release.)

Use

auvux login           # GitHub Device Flow, caches a JWT in ~/.auvux/
auvux whoami          # confirm
import auvux
from auvux import lanes, markers

# Same as `auvux login`, but inline. Idempotent — no-op if already
# signed in.
auvux.login()

canvas = auvux.Canvas("Beat Detection")
canvas.add(
    lanes.Waveform.from_path("demo.wav", size=160, label="mix"),
    markers=[markers.vlines(beats, color="#FFFF00")],
)
canvas.add(lanes.Heatmap(spect, yaxis="mel", fmin=30, fmax=11000, size=256))
canvas.add(lanes.line(t, beat_logits, color="#4CAF50", label="beats", fill=True))
canvas.minimap(from_lane=0)
canvas.clicks(beats, freq=800)
canvas.show()                  # opens at https://inference.auvux.com

Open https://inference.auvux.com in your browser before running canvas.show() — the publisher waits up to 60 seconds for at least one viewer to be present.

Waveform.from_path() accepts both local paths and http(s):// URLs; remote files are fetched once into memory and reused without a second round-trip on emit.

What gets sent

Each call to canvas.show() packages:

  • A manifest.json describing the lanes and their layout
  • Sidecar files: WAV / NPY / NPZ / CSV / JSON, per lane type
  • Click-track time lists (if any)

The viewer pre-announces which file hashes it already has, so unchanged audio across iterations is sent once — subsequent runs reuse the cached blob.

Auth flow

auvux.login() runs the GitHub Device Flow with scope user:email:

  1. Asks GitHub for a short user code (XXXX-XXXX)
  2. Opens the browser to the verification URL
  3. Polls until you authorise
  4. Swaps the GitHub access token for an auvux JWT at https://inference.auvux.com/api/auth/cli-exchange
  5. Caches the JWT in ~/.auvux/credentials.json (chmod 600)

Subsequent auvux.login() calls are no-ops if the cached token is still valid; pass force=True to re-authenticate.

Environment

Var Default Purpose
AUVUX_SIGNALLING_URL from ~/.auvux/credentials.json, otherwise wss://signalling.auvux.com/signalling/me Override the signalling endpoint (escape hatch for local dev)
AUVUX_API_BASE https://inference.auvux.com Auvux API host used for cli-exchange
AUVUX_GH_CLIENT_ID built-in GitHub OAuth App client id
AUVUX_PEER_WAIT 60 Seconds to wait for a viewer before erroring
AUVUX_ACK_WAIT 30 Seconds to wait per-viewer for delivery ack

Development

git clone https://github.com/auvux/auvux-py
cd auvux-py
pip install -e .

Release a new version: bump version in pyproject.toml, then

git tag v0.1.0a2
git push --tags

The release.yml workflow builds the wheel + sdist and publishes to PyPI via OIDC (Trusted Publisher) — no API token in the repo.

License

MIT — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auvux-0.1.0a4.tar.gz (28.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

auvux-0.1.0a4-py3-none-any.whl (30.5 kB view details)

Uploaded Python 3

File details

Details for the file auvux-0.1.0a4.tar.gz.

File metadata

  • Download URL: auvux-0.1.0a4.tar.gz
  • Upload date:
  • Size: 28.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for auvux-0.1.0a4.tar.gz
Algorithm Hash digest
SHA256 a6ddf673ecbe0086cfb2f54654d8e40521e73c824f9e828e46420f2d8e78c28c
MD5 4be178e12d2e5f786df913042db0b63e
BLAKE2b-256 4190c6d4e7eec0f0d3d60a4413be05a7988c419325574e9ff267f511e7687a0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for auvux-0.1.0a4.tar.gz:

Publisher: release.yml on auvux/auvux-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file auvux-0.1.0a4-py3-none-any.whl.

File metadata

  • Download URL: auvux-0.1.0a4-py3-none-any.whl
  • Upload date:
  • Size: 30.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for auvux-0.1.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 41d0518686aaf3e8d40699fa64bbc0c090fa51cbf4f05ce05c579382d1049c65
MD5 4a835bee560d84dac6949952b363d12f
BLAKE2b-256 7199d4378f75b0f413e03360461ac6165cf9eded8d5e26c7d57f5dc8218a9007

See more details on using hashes here.

Provenance

The following attestation bundles were made for auvux-0.1.0a4-py3-none-any.whl:

Publisher: release.yml on auvux/auvux-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page