- 本项目融合多个模块达到语音对话机器人“华生”的最终效果,基本分为“语音进”,“回应”和“语音出”三个部分
- This project combines multiple modules together to ultimately achieve an audio-functioned chatbot called Watson, which can basically be divided into three parts: "audio in", "processing", and "audio out".
python3.6.11
- 每个模块的文件夹的命名组成为 其意义+其工作顺序
- The file of each module is named by its function and number of order used in watson.py.
- watson.py: 主文件, Watson的交互代码 | main file, code to interact with Watson
To initiate the chatbot Watson, load up the file Watson.py
如要启动机器人华生,加载Watson.py即可