Replies: 2 comments 1 reply
-
|
I do not think there are any projects that provide Edge Impulse support for MicroPython. But it is theoretically possible to create MicroPython modules by wrapping the C++ code that they provide. The concerns are similar as to that of https://github.com/orgs/micropython/discussions/18273 |
Beta Was this translation helpful? Give feedback.
-
|
@jonnor Thanks, possibly I will try that. At the moment I am using C++ SDK provided by Edge Impulse. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am here to ask one question. For my current project, I am using ESP32 and micropython. I am quite enjoying it. But now I have a trained ML model from Edge Impulse that I would like to deploy to this device and run the live classification. The issue is that the sources of the trained model might be so much and also there may be some assembly code in it.
I just want to find out whether it is possible to run such models using Micropython?
https://docs.micropython.org/en/latest/develop/cmodules.html
Beta Was this translation helpful? Give feedback.
All reactions