Skip to main content

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

ResourceUse it for
neoruntimePlatform services, HAL, web console, build, and deployment scripts
Platform documentationArchitecture, services, deployment, and reference documentation
REST API OpenAPIREST API definition
Event Bus protocolEvent message definition

SDKs and Applications

ResourceUse it for
neoruntime-sdksPython and C++ SDKs and shared protocol definitions
PyPI: neoruntime-ipc-sdkInstall the NeoRuntime Python SDK: pip install neoruntime-ipc-sdk
Python API documentationPython SDK API reference
neoruntime-appsSample apps, templates, showcases, and developer tools
App examplesHello World, person detection, object detection, and people-counting examples
App build scriptPackage an app for deployment
Showcase projectsComplete 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.