# 语音聊天机器人 **Repository Path**: mjTree/voice_chat_robot ## Basic Information - **Project Name**: 语音聊天机器人 - **Description**: 一个用python2语言写的小型语音聊天机器人 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/mjTree/MyPython/voice_chat_robot - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 5 - **Created**: 2018-03-25 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: im **Tags**: None ## README # 语音聊天机器人 一个用python2语言写的小型语音聊天机器人。 voiceRobot.py是我通过python2自带的库和win10系统的语音识别机器实现的语音机器人,特点是编码简单但是识别率差。 其他文件是第二代版本的语音机器人,通过借用讯飞的接口来提高识别率,添加了语音合成,自己可以申请 **萝莉音** 参数哟。 注:讯飞接口不方便使用,改用百度云接口 链接:https://gitee.com/mjTree/MyPython/tree/master/语音聊天机器人(改)