Replies: 1 comment 1 reply
-
|
Hi @ujur007 There is audio processing example here - only DSP, no trained models - https://github.com/emlearn/emlearn-micropython/tree/master/examples/soundlevel_iir There is example for IMU (accelerometer) here, using machine learning, https://github.com/emlearn/emlearn-micropython/tree/master/examples/har_trees For more information, see the documentation: https://emlearn-micropython.readthedocs.io/en/latest/user_guide.html |
Beta Was this translation helpful? Give feedback.
1 reply
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 have ESP32s3 based module and PCB that has microphone and IMU sensors. I want to try emlearn micropython on this board.
I do not have much knowledge of emlearn. But I can learn it.
Just if someone can point out to me some real world example of doing some keyword detection or some motion based ML model using emlearn, it will be helpful.
If there is no such example, then please point out the method or ways to process further in this direction.
Beta Was this translation helpful? Give feedback.
All reactions