From f39ad1f0141eaa4d65dc4972ff5ebb1fb9597379 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 1 Aug 2021 20:06:26 +0300 Subject: [PATCH] Add m2cgen for transpiling ML models into PHP code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8aa133f..e24a882 100644 --- a/README.md +++ b/README.md @@ -801,6 +801,7 @@ Libraries to help manage database schemas and migrations. * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility. * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks. * [Lock](https://github.com/php-lock/lock) - A lock library to provide exclusive execution. +* [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native PHP code with zero dependencies. * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library. * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA). * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/).