microsoft / ELL

Embedded Learning Library
https://microsoft.github.io/ELL
Other
2.29k stars 294 forks source link

Is ELL applied to Azsure Sphere MCU? #241

Closed kunhung closed 4 years ago

kunhung commented 5 years ago

Hi,

we are trying to integrate Azsure Sphere MCU as IoT edge and wondering if ELL can be applied to Sphere MCU as edge side AI analysis? if yes, is there any instruction or sample? Thanks!

Ken

lovettchris commented 5 years ago

The attached sample runs a keyword spotter on the Azure Sphere mt3620 ARM Cortex-M4 processor, on a statically linked audio sample (defined in seven.h).

m4_keywordspotter.zip

kunhung commented 5 years ago

Hi,

Thanks for the information and the sample can be run without issue. one more question, is ELL only to be run on Real time Cortex-M4, not for Coretex-A7 in high level app? thanks!

clovett commented 4 years ago

ELL works on Cortex-A7.