Skip to main content

AI Apps and Models

NE503 manages apps on Applications and models on Models. An AI app must have access to the models, streams, and device controls it needs before it starts.

Applications

Open the Applications page. Click Import to install an app.

App Actions

ButtonAction
Stop / RestartStop / restart the app
LogsView runtime logs
ConsoleOpen a shell inside the container (for debugging)
Visit AppOpen the app's Web UI
UninstallRemove the app

Use All / Installed / Running / Stopped / Failed to filter the list.

Install a New App (6-Step Wizard)

Click Import and complete the 6-step Application Setup Wizard. The images show the Source and Review pages:

Wizard Step 1 SourceWizard Review Confirmation
StepConfiguration
1. SourceSelect Registry Image, Upload Archive, or Upload Package
2. Basic InfoEnter Application ID, name, and version; the ID cannot be changed later
3. ResourcesSet CPU, memory, auto-start, and restart policy as needed
4. PermissionsGrant only the required models, streams, event topics, network, and device controls
5. AdvancedAdd environment variables and volumes when required
6. ReviewConfirm the settings and click Install

After installation, the app appears in the list. Start it and confirm the status changes to Running.

Models

Open the Models page to manage inference models. The list depends on the device.

Model Actions

Each model card supports Scan Models (scan /data/aipc/models/), Import (upload a .hef file and enter Model ID, Model Type, and Threshold), and Load / Unload / Detail / Delete. Confirm that the model is Loaded before inference; models declared in app permissions load automatically at startup. Confirm that the model input matches the active stream configuration, adjust the Threshold as needed, and verify that the app is Running and produces the expected result.