Neat Library
The Neat Library is the C++ and Python API for running models and building applications for Modalix.
The Neat SDK container comes with the Neat Library installed, and pairing a DevKit during setup also installs the matching Neat Library and bundled PyNeat environment on the DevKit automatically. If you installed the Neat SDK — whether or not you paired a DevKit — you already have the Neat Library and can skip this section to get started.
Use this section only when you want to update the Neat Library independently of the SDK, or set it up directly on a DevKit or bare host without the Neat SDK.
You can update the Neat Library independently when you need a newer compatible version without reinstalling the SDK container. For supported combinations, see the Compatibility Guide.
Library Setup
Install Neat Library, set up a PCIe host, use Python bindings, or inspect the environment from the command line.
- Install or Update Neat LibraryInstall the sima-neat package, GStreamer components, and the default PyNeat environment.
- Install PCIe HostInstall the PCIe host package to run co-processing applications with a connected Modalix PCIe Card.
- Install PyNeatUse the PyNeat wheel in a custom Python virtual environment.
- Neat CLICheck installed versions, inspect SDK state, and update installed components.
Next Step
Start with Install or Update Neat Library.