From c804cf3f06cff60cc8e6a9dba76498f5ef6df9f4 Mon Sep 17 00:00:00 2001 From: Riccardo Pinosio Date: Tue, 4 Jun 2024 04:15:40 +0200 Subject: [PATCH] Add knights-analytics/hugot (#5243) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a22f226e..1827cbe1 100644 --- a/README.md +++ b/README.md @@ -1608,6 +1608,7 @@ _Libraries for Machine Learning._ - [gorse](https://github.com/zhenghaoz/gorse) - An offline recommender system backend based on collaborative filtering written in Go. - [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. +- [hugot](https://github.com/knights-analytics/hugot) - Huggingface transformer pipelines for golang with onnxruntime. - [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, written in Python with Go language support. - [neat](https://github.com/jinyeom/neat) - Plug-and-play, parallel Go framework for NeuroEvolution of Augmenting Topologies (NEAT).