h4cc / awesome-elixir

A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
https://twitter.com/AwesomeElixir
MIT License
12.67k stars 1.17k forks source link

Add m2cgen for transpiling ML models into Elixir code #4802

Closed StrikerRUS closed 2 years ago

StrikerRUS commented 2 years ago

Hey there! Thanks a lot for this list!

I'm not sure whether this contribution fits the project ideology 100% or not. m2cgen is not written in Elixir but generates Elixir code. It is a lightweight library with command line interface which allows to transpile trained machine learning models into a native code of Elixir programming language. Examples of generated Elixir code can be found here.

Thanks a lot for your time and consideration!