How to deply .eim model on arduino uno Q

Hello,
I have built the .eim model from my EdgeImpulse project which collects time series sensor data and performs classsification.
I want to deploy the model on uno q in order to test it on real world conditions.
I have seen several tutorials but I am not sure how to do it.
Do I first need to install “Edge Impulse Linux CLI” on uno q?
Could you please help me?
Thank you.

Can someone point me to a guide or tutorial on how to deploy the .eim model on uno q?
Thank you

Hello stratosb,

As from version 0.5.0 of the App Lab, Edge Impulse model integration has been added. You can watch this video for instructions to deploy your model to the UNO Q.

Alternatively, you can follow the steps demonstrated in this project to manually deploy the .eim to the UNO Q and run the model from your application.

You don’t need to install the Edge Impulse Linux CLI for running the model. App Lab has an Edge Impulse linux-runner Docker container that will load your model and start inferencing.

1 Like

Hi Solo,
the steps from the project you proposed helped me a lot.
Thank you very much.

1 Like

Thanks @SoloGithu for helping here @stratosb

You can find here the Edge Impulse docs about the Arduino AppLab.

Let us know if we can help you with anything else :slight_smile: