Set it up. Run it.
Everything to go from zero to a working detection on your hardware. Pick your language, follow the setup, then jump to a task.
Pick your language.
Same libsdk, plain C ABI through sdk_c.h. No Foundation, no C++ runtime needed at the call site.
Link against libsdk plus ONNX Runtime, include sdk.hpp, ship.
Drop imaged.aar into app/libs/, call ImagedSDK from any Activity or service.
Same AAR as Java, idiomatic Kotlin call sites. CameraX-ready in fifty lines.
The same xcframework Swift uses, called from .m or .mm.
pip install the wheel, import imaged, run a family. Five lines to a working detector.
Drop imaged.xcframework into your macOS or iOS target, import imaged, ship.
Same job, every language.
Each task page shows the same call written in C++, C, Python, Swift, Objective-C, Java, and Kotlin. Switch tabs, copy the snippet, run.
