How to build DLL from Edge Impulse C++ Library

I have javascript background so all of this is new for me.

Can anyone give me some guidance on how to build dll from the c++ library that I get from Edge Impulse deployment?

Hello @CzlowiekSledz ,

You might want to check out these two tutorials:

Where do you intend to deploy your models?

If you’re more interested in using the Linux NodeJS SDK or the WebAssembly (NodeJS), just follow the links.

Let me know if you encounter any issues.

Regards,

Louis

Thank you louis for pointing out the tutorials.

I want to use the models in the Unity game to recognize voice commands. As far as I understand I can use the c++ library as a plugin when it is imported as DLL into Unity.

Is the tutorial “Deploy your model as a C++ library” the right path for me to do this?