Edge Impulse models (e.g.,Documentation Index
Fetch the complete documentation index at: https://docs.thistle.tech/llms.txt
Use this file to discover all available pages before exploring further.
.eim) are loaded via the SDK’s
ImageImpulseRunner. With the
secure loader,
verification happens before the model is initialized:
secure_load call verifies the .eim file’s signature using tuc before
passing it to ImageImpulseRunner. If the signature check fails, a
ModelVerificationError is raised and the model is never loaded.

