Replies: 1 comment
-
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 looking for a way to integrate some arduino code into micropython, as a "custom module".
The context is that I want to use tensorflow lite for microcontroller, which is available as an arduino library for the esp32, but much much prefer to write the app in micropython.
I just need two functions , an init (), and a predict(). The arduino code (which I would write) for those two will take care of all the tflite related stuff.
Tflite for microcontroller allows to perform machine learning inference directly on the microcontroller. There is no micropython version of this.
Is this doable ? am I looking for way too much trouble?
Thanks for any advice
Pascal boudalier
Beta Was this translation helpful? Give feedback.
All reactions