Problem during the impulse running on Akida

Hello,

I am new to edge impulse. I have already deployed my trained model, and now I want to test the model in the hardware. I installed edge impulse cli but I got a few warnings. I assumed it was installed properly. When I try to command edge-impulse-run-impulse it shows the command is not found. Am I missing something here? Can anyone help me?

Thanks in advance.
Rashedul

Hi @Rashedul

Ensure that Edge Impulse CLI is properlyIf using Windows, restart the terminal after installation or reinstall CLI using the command: npm install -g edge-impulse-cli. Confirm the Node.js version meets requirements.

See: Edge Impulse CLI | Edge Impulse Documentation

Best

Eoin