nhivp / Awesome-Embedded

A curated list of awesome embedded programming.
https://nhivp.github.io/Awesome-Embedded/
The Unlicense
5.34k stars 871 forks source link

Add m2cgen for transpiling ML models into C code #6

Closed StrikerRUS closed 2 years ago

StrikerRUS commented 2 years ago

m2cgen is a lightweight library with command line interface which allows to transpile trained machine learning models into a native code of C programming language. Examples of generated C code can be found here.

nhivp commented 2 years ago

It looks great. Thanks @StrikerRUS for the contribution!

StrikerRUS commented 2 years ago

Thank you very much for reviewing!