Metadata-Version: 2.1
Name: nlu-inference
Version: 0.1.4
Summary: nlu模型推理服务
Author: wangmengdi
Author-email: wangmengdi@pachiratech.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: catalogue (>=2.0.10,<3.0.0)
Requires-Dist: confection (>=0.1.4,<0.2.0)
Requires-Dist: docarray (>=0.40.0,<0.41.0)
Requires-Dist: jsonargparse (>=4.27.3,<5.0.0)
Requires-Dist: onnxruntime (>=1.16.1,<2.0.0)
Requires-Dist: pydantic (==1.10.8)
Requires-Dist: wasabi (>=1.1.2)
Description-Content-Type: text/markdown

<!-- PROJECT: AUTO-GENERATED DOCS START (do not remove) -->

# 🪐 项目: demo

describe project details

## 🚀 安装
```
pip install nlu-inference
# or
pip install nlu-inference -i http://192.168.130.5:5002/simple  --trusted-host 192.168.130.5 --extra-index-url https://mirrors.aliyun.com/pypi/simple/
```

## 📋 project.yml

[`project.yml`](project.yml)定义了项目所有的命令以及由命令组成的流程. 

### ⏯ 命令

以下是项目中的命令. 它们都可以通过`project run [name]`来运行.

| 命令 | 描述 |
| --- | --- |
| `publish` | 发布到普强源 |

<!-- PROJECT: AUTO-GENERATED DOCS END (do not remove) -->
