Skip to content

Commit

Permalink
提高抖音字幕监听的稳定性及包兼容性
Browse files Browse the repository at this point in the history
1、清除旧逻辑代码;
2、优化监听逻辑;
3、调整包版本的兼容性python3.8、3.9、3.10。
  • Loading branch information
xszyou committed Apr 24, 2023
1 parent 2f9a95e commit 57b362f
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 337 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Fay是一个完整的开源项目,包含Fay控制器及数字人模型,可

2、以上每个模块可轻易替换成自家核心产品。

3、本地nlp(rasa+chatglm)的替换方法:
3、本地nlp(rasa+chatglm)的替换方法https://m.bilibili.com/video/BV1D14y1f7pr?wxfid=o7omF0Vs6RIQFUGAzB6LXOBHa6Yg)
1、安装启动chatglm(github)
2、安装rasa 包:rasa、rasa-sdk
3、进入test/rasa目录启动actions:rasa run actions
Expand Down Expand Up @@ -115,8 +115,9 @@ Fay是一个完整的开源项目,包含Fay控制器及数字人模型,可
**2023.04:**

+ 抖音直播互动数据对接更换成系统代理抓包pd解码的方式(运行直播伴侣即可);
+ 提供本地nlp的对接代码(rasa+chatglm)。
+ 修复若干逻辑及说明错误。
+ 提供本地nlp的对接代码(rasa+chatglm);
+ 修复若干逻辑及说明错误;
+ 提高抖音字幕监听的稳定性及包兼容性。


**2023.03:**
Expand Down
Loading

0 comments on commit 57b362f

Please sign in to comment.