Connecting Edge Impulse to Twilio

Question/Issue: How to connect audio centric project with Twilio messaging API in Windows?

Hi @sanjay,

Keep in mind that when you deploy a project from Edge Impulse, it comes pre-packaged as a library (e.g. C++, WebAssembly) that you include in your own code. All you would need to do is make Twilio API calls (How to Use Our REST APIs | Twilio) from your application while using the Edge Impulse library to make inference. Hope that helps!