All Projects → wzpan → Dingdang Robot

wzpan / Dingdang Robot

Licence: other
🤖 叮当是一款可以工作在 Raspberry Pi 上的中文语音对话机器人/智能音箱项目。

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Dingdang Robot

Wukong Robot
🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目,还可能是首个支持脑机交互的开源智能音箱项目。
Stars: ✭ 3,110 (+70.32%)
Mutual labels:  google-home, amazon-echo, speaker
Robot
Simple library for controlling a raspberry pi based robot
Stars: ✭ 156 (-91.46%)
Mutual labels:  robot, raspberry-pi
Smart Home
Phodal's Smart Home Setup Guide:HomeBridge + Home Assistant + Amazon Echo
Stars: ✭ 149 (-91.84%)
Mutual labels:  amazon-echo, raspberry-pi
Peeqo Robot
The world's first robot to interact through GIFs...'nuf said
Stars: ✭ 365 (-80.01%)
Mutual labels:  robot, raspberry-pi
Home assistant files
Here are my Home Assistant configuration files
Stars: ✭ 159 (-91.29%)
Mutual labels:  google-home, raspberry-pi
Home Assistant Config Fr
🏠Configuration de Home Assistant en français. 👨🏻‍💻 N'hésitez pas à ⭐ mon repo et à copier les bonnes idées ! 🇨🇵
Stars: ✭ 175 (-90.42%)
Mutual labels:  google-home, raspberry-pi
ultimate-guide-to-voice-assistants
Curation of startups, resources, people, posts etc in the voice-space
Stars: ✭ 55 (-96.99%)
Mutual labels:  amazon-echo, google-home
Mabel
MABEL is a feature-packed, open-source, legged balancing robot based off of the Boston Dynamics Handle robot.
Stars: ✭ 72 (-96.06%)
Mutual labels:  robot, raspberry-pi
True artificial intelligence
真AI人工智能
Stars: ✭ 38 (-97.92%)
Mutual labels:  robot, raspberry-pi
Os
This is the software framework for an OPSORO robot, to be used in conjunction with Ono2 or OPSORO grid and OPSOROHAT.
Stars: ✭ 11 (-99.4%)
Mutual labels:  robot, raspberry-pi
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (-90.03%)
Mutual labels:  amazon-echo, raspberry-pi
Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (-95.67%)
Mutual labels:  robot, raspberry-pi
Wall.e
A javaScript robot which looks like WALL.E
Stars: ✭ 201 (-88.99%)
Mutual labels:  robot, raspberry-pi
Assistantcomputercontrol
Control your computer with your Google Home or Amazon Alexa assistant!
Stars: ✭ 554 (-69.66%)
Mutual labels:  google-home, amazon-echo
Gopigo3
The GoPiGo3 is a Raspberry Pi Robot!
Stars: ✭ 74 (-95.95%)
Mutual labels:  robot, raspberry-pi
Yolo Powered robot vision
Stars: ✭ 133 (-92.72%)
Mutual labels:  robot, raspberry-pi
Raspberry Pi Safe Off Switch
A set of scripts that can be used to provide a "safe power off switch" for a Raspberry Pi.
Stars: ✭ 144 (-92.11%)
Mutual labels:  raspberry-pi
Openauto
AndroidAuto headunit emulator
Stars: ✭ 1,926 (+5.48%)
Mutual labels:  raspberry-pi
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-92.11%)
Mutual labels:  raspberry-pi
Nogo
A cross-platform network-wide ad/site blocker with a simple web control panel.
Stars: ✭ 143 (-92.17%)
Mutual labels:  raspberry-pi

叮当——中文语音对话机器人

注意:本项目已迁移到 dingdang-robot/dingdang-robot ,当前仓库将归档,不再更新维护。

已经使用了 dingdang 的用户,如需正常获得更新支持,可以切换 dingdang 的仓库地址:

cd $HOME/dingdang
git remote remove origin
git remote add origin https://github.com/dingdang-robot/dingdang-robot.git

叮当是一款可以工作在 Raspberry Pi 上的开源中文语音对话机器人/智能音箱项目,目的是让中国的Hacker们也能快速打造个性化的智能音箱。

dingdang

 
 

Table of Contents

特性

叮当的特性

叮当包括以下诸多特性:

  • 模块化。功能插件、语音识别、语音合成、对话机器人都做到了高度模块化,第三方插件单独维护,方便继承和开发自己的插件。
  • 微信接入。支持接入微信,并通过微信远程操控自己家中的设备。
  • 中文支持。集成百度、科大讯飞、阿里、谷歌等多家中文语音识别和语音合成技术,且可以继续扩展。
  • 对话机器人支持。支持接入图灵机器人、Emotibot,未来还将支持接入更多机器人。
  • 全局监听,离线唤醒。支持无接触地离线语音指令唤醒。
  • 灵活可配置。支持定制机器人名字,支持选择语音识别和合成的插件。
  • 智能家居。集成 HomeAssistant 插件,支持语音控制智能家电。

叮当的工作模式:

叮当的工作模式

叮当被唤醒后,用户的语音指令先经过在线 STT 引擎进行 ASR 识别成文本,然后对识别到的文本进行技能匹配,交给适合处理该指令的技能插件去处理。插件处理完成后,得到的结果再交给 TTS 引擎合成成语音,播放给用户。

虽然一次交互可能包含多次网络请求,不过带来的好处是:每一个环节都可以被修改和定制。

Demo

详见 Demo

硬件要求

  • Raspberry Pi 全系列,或其他 Linux 主机;
  • USB 麦克风(建议选购麦克风阵列);
  • 音箱(不建议蓝牙音箱);
  • 至少 8G 的 Micro-SD 内存卡(刷镜像要求内存卡的实际容量至少 7.9 GB,否则可能刷不成功);
  • 摄像头(可选,用于拍照)。
  • 读卡器(可选,用于刷镜像进内存卡)。

如果不知道怎么选择,可以参考 硬件选购建议

安装

镜像安装

推荐使用镜像安装的方式,像安装 Raspbian 系统一样,安装完后,只需要少量的配置即可立即使用叮当机器人。

镜像安装方法详见 镜像安装

刷完后记得在启动系统后进入 raspi-config 的高级选项中开启 Extend FileSystem,以让内存卡中的剩余空间合并到主分区中。

手动安装

手动安装

升级

cd /home/pi/dingdang
git pull

配置

请参考 配置

运行

cd /home/pi/dingdang
python dingdang.py

建议在 tmux 或 supervisor 中执行。

运行过程中的 log 可以在启动后使用如下命令查阅:

tail -f temp/dingdang.log

如果希望运行过程中直接在屏幕中打印 log ,可以使用如下命令:

python dingdang.py --verbose

退出

先使用 Ctrl-Z 退出当前会话,然后执行如下命令:

ps auwx | grep dingdang  # 查看dingdang的PID号
kill -9 PID号

插件

贡献

  • 喜欢本项目请先打一颗星;
  • 提 bug 请到 issue 页面
  • 要贡献代码,欢迎 fork 之后再提 pull request;
  • 插件请提交到 dingdang-contrib
  • 您的捐赠将鼓励我继续完善叮当,支持支付宝、微信等捐赠形式。捐赠的时候,请备注下您的昵称或姓名,我将会把您备注的信息添加到 捐赠者名单 中:
支付宝 微信支付

联系

  • 叮当的主要开发者是 潘伟洲
  • QQ 群:580447290(人数将满,为控制人数,需付费20元入群)
  • 论坛:bbs.hahack.com

感谢

FAQ

  • 我能否更换成其他唤醒词,而不是叫“叮当”?

  • 百度不太能够准确识别我的指令,怎么办?

  • 为什么取名为“叮当”?

    • 我一开始有多个候选唤醒词,但我发现”叮当“在离线唤醒词中准确率最高。所以取名为“叮当”。
  • 我想了解你的系统镜像都做了哪些定制?

  • pi 账户默认登录密码是啥?

    • 与 Raspbian 系统默认密码相同,都是 raspberry 。

免责声明

  • 叮当只用作个人学习研究,如因使用叮当导致任何损失,本人概不负责。
  • 本开源项目与腾讯叮当助手没有任何关系。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].