Metadata-Version: 2.1
Name: nlu-inference
Version: 0.2.9
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: fastapi (>=0.104.1)
Requires-Dist: fasttext (>=0.9.2)
Requires-Dist: jsonargparse (>=4.27.3,<5.0.0)
Requires-Dist: onnxruntime (>=1.16.1,<2.0.0)
Requires-Dist: psutil (>=5.9.6)
Requires-Dist: pydantic (>=1.10.8)
Requires-Dist: uvicorn (>=0.26.0)
Requires-Dist: wasabi (>=1.1.2)
Description-Content-Type: text/markdown

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

# 🪐 项目: nlu模型推理框架

基于entry point的nlu多后端模型推理框架

## 📋 project.yml

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

### ⏯ 命令

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

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

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

### 📦 安装

```bash
pip install nlu-inference --upgrade
```

```bash
pip install nlu-inference --upgrade -i http://192.168.130.5:5002/simple/ --trusted-host 192.168.130.5 --extra-index-url https://mirrors.aliyun.com/pypi/simple

```

### 🚀 使用

```bash
nlu-inference --help
```
