From 41b0692a696c6165f60fdc8da82dbf9ffe28220f Mon Sep 17 00:00:00 2001 From: Always Date: Thu, 6 Nov 2025 23:46:58 +0800 Subject: [PATCH] feat: add nndeploy - an asy-to-use and high-performance AI deployment framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93d20bb17..71863b395 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms. * [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google. * [theano](https://github.com/Theano/Theano) - A library for fast numerical computation. +* [nndeploy](https://github.com/nndeploy/nndeploy) - An Easy-to-Use and High-Performance AI deployment framework. ## DevOps Tools