feat(xiaozhi): 新增小智 AI 一键运行 Docker 镜像

This commit is contained in:
Del Wang
2025-05-19 00:16:49 +08:00
parent 59c3280938
commit 58acbc29f4
39 changed files with 1729 additions and 1152 deletions
+5 -3
View File
@@ -2,16 +2,18 @@
name = "open-xiaoai-xiaozhi"
version = "1.0.0"
description = "小爱音箱接入小智 AI"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"asyncio>=3.4.3",
"cryptography>=44.0.2",
"maturin>=1.8.3",
"numpy>=2.2.3",
"opuslib>=3.0.1",
"onnxruntime>=1.22.0",
"opuslib-next>=1.1.4",
"pyaudio>=0.2.14",
"pypinyin>=0.54.0",
"requests>=2.32.3",
"sentencepiece>=0.2.0",
"sherpa-onnx>=1.12.0",
"websockets>=15.0.1",
]