Frequently asked questions (FAQ)
Last updated
Was this helpful?
Last updated
Was this helpful?
Yes you can! Check out our documentation on to see how to import your model into your Edge Impulse project, and using the !
View our for more details.
Also see .
The compiles your neural networks to C++ source code, which then gets compiled into your application. This is great if you need the lowest RAM and ROM possible (EON typically uses 30-50% less memory than LiteRT (previously Tensorflow Lite) but you also lose some flexibility to update your neural networks in the field - as it is now part of your firmware).
See on the Edge Impulse for Linux pages.
Transmitting data to the
Using the SDK
By (e.g. CBOR, JSON, CSV, WAV, JPG, PNG)
Your trained model can be deployed as part a . It requires some effort, but most build systems will work with our C++ library, as long as that build system has a C++ compiler and there is enough flash/RAM on your device to run the library (which includes the DSP block and model).
To collaboration on your projects, go to your , find the Collaborators section, and click the '+' icon.