Skip to content

End-to-End Onboarding

workflow

Capture to Screens

The tested RIA Hub path from upload or synthesis through curation, training, packaging, and a running Screens app.

source datadataset drafttrainable setartifactmanifestCapture or synthesizeCurate and labelInspect readinessTrain modelPackage appRun in Screens

End-to-end outputs

You will start with a recording or synthetic RF example, create a curated dataset, launch a training run, export a model artifact, package an application, and view it in Screens. The path mirrors the tested journey in the product: upload recording, curate, train, and export.

Before you begin

Confirm access, storage, runner, and source-data assumptions before starting the walkthrough.

Account and repository access access

Confirm you can access the RIA Hub instance, the target repository, and the branches used for data and model work.

Git LFS is available storage

Recordings, datasets, and generated artifacts can be large. Install Git LFS before cloning or pushing repositories that carry RF data.

Runner capacity exists runner

Training and packaging actions need an available runner with the required compute profile and permissions.

A signal problem is defined data

Start with a recording, a synthetic generator configuration, or a small modulation classification example.

terminal Local docs check
$ npm install
npm run dev
Open http://localhost:4321 and keep the docs beside the RIA Hub instance.

Success means the Screens app is visible and has at least one panel showing inference or pipeline status.

Training run Ready artifact exported Screens app Running runtime controls available

Work through the tutorials in order to complete the full path:

  1. Synthesis and Local Capture — create source RF data
  2. Creating Recordings — generate SigMF recordings with the CLI
  3. Curation and Labeling — build a labelled training dataset
  4. Basic Training Materials — understand dataset requirements
  5. Inspect a Dataset — verify dataset quality before training
  6. Train a Model — launch a Model Builder run
  7. Package an Application — connect artifacts into a deployable pipeline
  8. Screens App — run the finished app