ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.88k stars 5.06k forks source link

Add m2cgen for transpiling ML models into PHP code #1156

Closed StrikerRUS closed 4 weeks ago

StrikerRUS commented 3 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 PHP but generates PHP code. It is a lightweight library with command line interface which allows to transpile trained machine learning models into a native code of PHP programming language. Examples of generated PHP code can be found here. Given the lack of any ML-related libraries in PHP (there is no separate ML section which is quite typical for such lists in other languages and only PHP-ML is present in misc section), I believe it's worth mentioning m2cgen project here. Please feel free to close this PR if you have an opposite opinion. Thanks a lot for your time and consideration!

https://github.com/BayesWitnesses/m2cgen

alexkart commented 7 months ago

@StrikerRUS is this project maintained?

StrikerRUS commented 7 months ago

@alexkart Yes, I'm going to continue maintaining it after a some break.