Replies: 1 comment
-
| 
         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.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
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