From 0a3a29e27c9517616a5a55e246176049e798c61d Mon Sep 17 00:00:00 2001 From: JianjunJiang <8192542@qq.com> Date: Mon, 23 Nov 2020 11:44:10 +0800 Subject: [PATCH] Add libonnx which is a lightweight c99 onnx inference engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59a8122..13eaf2b 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ Further resources: * [Hybrid Recommender System](https://github.com/SeniorSA/hybrid-rs-trainner) - A hybrid recommender system based upon scikit-learn algorithms. **[Deprecated]** * [neonrvm](https://github.com/siavashserver/neonrvm) - neonrvm is an open source machine learning library based on RVM technique. It's written in C programming language and comes with Python programming language bindings. * [cONNXr](https://github.com/alrevuelta/cONNXr) - An `ONNX` runtime written in pure C (99) with zero dependencies focused on small embedded devices. Run inference on your machine learning models no matter which framework you train it with. Easy to install and compiles everywhere, even in very old devices. +* [libonnx](https://github.com/xboot/libonnx) - A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support. #### Computer Vision