From c9ec648cf956d58b9a2d341bb94f62cc68d0d25c Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Wed, 4 Aug 2021 16:26:18 +0300 Subject: [PATCH] Add m2cgen for transpiling ML models into Go code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea1ee6c5..021d7774 100644 --- a/README.md +++ b/README.md @@ -1196,6 +1196,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goscore](https://github.com/asafschers/goscore) - Go Scoring API for PMML. * [gosseract](https://github.com/otiai10/gosseract) - Go package for OCR (Optical Character Recognition), by using Tesseract C++ library. * [libsvm](https://github.com/datastream/libsvm) - libsvm golang version derived work based on LIBSVM 3.14. +* [m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native Go code with zero dependencies. * [neat](https://github.com/jinyeom/neat) - Plug-and-play, parallel Go framework for NeuroEvolution of Augmenting Topologies (NEAT). * [neural-go](https://github.com/schuyler/neural-go) - Multilayer perceptron network implemented in Go, with training via backpropagation. * [ocrserver](https://github.com/otiai10/ocrserver) - A simple OCR API server, seriously easy to be deployed by Docker and Heroku.