commit 6a6445badc90572145ac87eb455214292a1156ea Author: 戴潇逸 Date: Fri Aug 1 16:47:34 2025 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d783c5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# ============================================== +# 忽略所有服务目录及其内容 +# ============================================== +/live-digital-avatar-web/ +/live-digital-avatar-livetalking/ +/live-digital-avatar-gptsovits/ +/live-digital-avatar-chat/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..3003a8a --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Live Digital Avatar + +本仓库由 4 个子项目组成,共同实现一套可本地化运行的直播数字人系统,涵盖实时口型驱动、语音合成、对话管理和前端展示。一期工作目标包括: + +- 提供打包好的数字人安装程序(.exe)及相关配置文件 +- 提供 2 套数字人形象(图片和视频)及对应的音色 +- 实现口型与音频的基本匹配 +- 根据商品信息,使用直播带货话术与观众互动 +- 对接抖音直播间,支持弹幕、欢迎、感谢等交互 + +--- + +## 子项目列表 + +### 1. live-digital-avatar-livetalking +### 2. live-digital-avatar-gptsovits +### 3. live-digital-avatar-chat +### 4. live-digital-avatar-web \ No newline at end of file diff --git a/Sqlite-KV.xlsx b/Sqlite-KV.xlsx new file mode 100644 index 0000000..0c62f7d Binary files /dev/null and b/Sqlite-KV.xlsx differ diff --git a/config.json b/config.json new file mode 100644 index 0000000..e69de29 diff --git a/live_chat.db b/live_chat.db new file mode 100644 index 0000000..accd128 Binary files /dev/null and b/live_chat.db differ