Resources
NE503 application-development materials are primarily maintained on GitHub, and the Python SDK is also published on PyPI. Use the current repository content as the source of truth for code, configuration, examples, and releases; install the Python SDK from its PyPI package.
Platform and Protocols
| Resource | Use it for |
|---|---|
| neoruntime | Platform services, HAL, web console, build, and deployment scripts |
| Platform documentation | Architecture, services, deployment, and reference documentation |
| REST API OpenAPI | REST API definition |
| Event Bus protocol | Event message definition |
SDKs and Applications
| Resource | Use it for |
|---|---|
| neoruntime-sdks | Python and C++ SDKs and shared protocol definitions |
| PyPI: neoruntime-ipc-sdk | Install the NeoRuntime Python SDK: pip install neoruntime-ipc-sdk |
| Python API documentation | Python SDK API reference |
| neoruntime-apps | Sample apps, templates, showcases, and developer tools |
| App examples | Hello World, person detection, object detection, and people-counting examples |
| App build script | Package an app for deployment |
| Showcase projects | Complete apps such as Model Showcase and Parking Lot |
Prebuilt Applications
For app builds, use neoruntime-apps; install the Python SDK from its PyPI package; for SDK APIs, use neoruntime-sdks; for platform APIs, event protocols, or deployment material, use neoruntime. If paths or artifacts change, follow the latest GitHub content.