Skip to main content

5 docs tagged with "application development"

View all tags

App Reference

NE503 container application development reference, covering the complete app.yaml field definitions, Dockerfile patterns, permission model, and multi-container configuration.

Hello World

Build, deploy, and run your first container application on NE503 from scratch β€” the complete closed loop from writing code to Web Console verification.

Person Detection

Deploy a real AI inference application Person Detection on NE503, mastering Python SDK calls, model and video stream discovery, permission configuration, and Web console verification.

SDK Examples

NE503 Python SDK practical example collection, including AI inference, event handling, device control, and multi-scenario integration as complete mini-apps.

SDK Workflow

Overview of the NE503 Python SDK (hailo_ipc_sdk) workflow β€” what it is, where the source lives, how to embed it into your container image, and the client calling pattern. Read this before the hands-on tutorials.