Add m2cgen for transpiling ML models into JS code (#786)

This commit is contained in:
Nikita Titov
2021-12-06 16:22:18 +03:00
committed by GitHub
parent 4605bfcd52
commit 3116700037

View File

@@ -610,6 +610,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [TensorFlow.js](https://js.tensorflow.org) - A JavaScript library for training and deploying ML models in the browser and on Node.js. * [TensorFlow.js](https://js.tensorflow.org) - A JavaScript library for training and deploying ML models in the browser and on Node.js.
* [ml5.js](https://ml5js.org) - Friendly Machine Learning for the Web. * [ml5.js](https://ml5js.org) - Friendly Machine Learning for the Web.
* [Synapses](https://github.com/mrdimosthenis/Synapses) - Lightweight cross-platform Neural Network library. * [Synapses](https://github.com/mrdimosthenis/Synapses) - Lightweight cross-platform Neural Network library.
* [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native JavaScript code with zero dependencies.
## Browser Detection ## Browser Detection