emlearn-micropython is a Machine Learning and Digital Signal Processing for MicroPython. Provides convenient and efficient MicroPython modules, and enables MicroPython application developers to run efficient Machine Learning models on microcontroller, without having to touch any C code.
Deprecation notice
Using build files from master is deprecated and will be removed in a release or two. Switch to use latest or a version/tag intead.
What's Changed
- Builds for most recent version are now provided for
latest(latest release) instead ofmaster. - Update to Micropython 1.27 by @jonnor in #62
- Add initial Webassembly build by @jonnor in #61
Internal changes
- har_trees: Generalize preprocessing support by @jonnor in #57
- Bump Mac OS in CI to 26 Tahoe by @jonnor in #58
Full Changelog: 0.9.0...0.10.0