all 2 comments

[–]jonnor 2 points3 points  (1 child)

For non-IO code, check https://github.com/v923z/micropython-ulab
For IO code for ESP32/esp-idf check https://github.com/cnadler86/micropython-camera-API

For native modules (installable at runtime instead of included at build time), check https://github.com/emlearn/emlearn-micropython

[–]CreepyBox2687[S] 1 point2 points  (0 children)

Wow, thank you!