$git clone https://github.com/xinnan-tech/xiaozhi-esp32-server---
| 1 | [](https://github.com/xinnan-tech/xiaozhi-esp32-server) |
| 2 | |
| 3 | <h1 align="center">小智后端服务xiaozhi-esp32-server</h1> |
| 4 | |
| 5 | <p align="center"> |
| 6 | 本项目基于人机共生智能理论和技术研发智能终端软硬件体系<br/>为开源智能硬件项目 |
| 7 | <a href="https://github.com/78/xiaozhi-esp32">xiaozhi-esp32</a>提供后端服务<br/> |
| 8 | 根据<a href="https://ccnphfhqs21z.feishu.cn/wiki/M0XiwldO9iJwHikpXD5cEx71nKh">小智通信协议</a>使用Python、Java、Vue实现<br/> |
| 9 | 支持MQTT+UDP协议、Websocket协议、MCP接入点、声纹识别、知识库 |
| 10 | </p> |
| 11 | |
| 12 | <p align="center"> |
| 13 | <a href="./docs/FAQ.md">常见问题</a> |
| 14 | · <a href="https://github.com/xinnan-tech/xiaozhi-esp32-server/issues">反馈问题</a> |
| 15 | · <a href="./README.md#%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3">部署文档</a> |
| 16 | · <a href="https://github.com/xinnan-tech/xiaozhi-esp32-server/releases">更新日志</a> |
| 17 | </p> |
| 18 | |
| 19 | <p align="center"> |
| 20 | <a href="./README.md"><img alt="简体中文版自述文件" src="https://img.shields.io/badge/简体中文-DBEDFA"></a> |
| 21 | <a href="./docs/readme/README_en.md"><img alt="README in English" src="https://img.shields.io/badge/English-DFE0E5"></a> |
| 22 | <a href="./docs/readme/README_vi.md"><img alt="Tiếng Việt" src="https://img.shields.io/badge/Tiếng Việt-DFE0E5"></a> |
| 23 | <a href="./docs/readme/README_de.md"><img alt="Deutsch" src="https://img.shields.io/badge/Deutsch-DFE0E5"></a> |
| 24 | <a href="./docs/readme/README_pt_BR.md"><img alt="Português (Brasil)" src="https://img.shields.io/badge/Português (Brasil)-DFE0E5"></a> |
| 25 | <a href="https://github.com/xinnan-tech/xiaozhi-esp32-server/releases"> |
| 26 | <img alt="GitHub Contributors" src="https://img.shields.io/github/v/release/xinnan-tech/xiaozhi-esp32-server?logo=docker" /> |
| 27 | </a> |
| 28 | <a href="https://github.com/xinnan-tech/xiaozhi-esp32-server/blob/main/LICENSE"> |
| 29 | <img alt="GitHub pull requests" src="https://img.shields.io/badge/license-MIT-white?labelColor=black" /> |
| 30 | </a> |
| 31 | <a href="https://github.com/xinnan-tech/xiaozhi-esp32-server"> |
| 32 | <img alt="stars" src="https://img.shields.io/github/stars/xinnan-tech/xiaozhi-esp32-server?color=ffcb47&labelColor=black" /> |
| 33 | </a> |
| 34 | </p> |
| 35 | |
| 36 | <p align="center"> |
| 37 | Spearheaded by Professor Siyuan Liu's Team (South China University of Technology) |
| 38 | </br> |
| 39 | 刘思源教授团队主导研发(华南理工大学) |
| 40 | </br> |
| 41 | <img src="./docs/images/hnlg.jpg" alt="华南理工大学" width="50%"> |
| 42 | </p> |
| 43 | |
| 44 | --- |
| 45 | |
| 46 | ## 适用人群 👥 |
| 47 | |
| 48 | 本项目需要配合 ESP32 硬件设备使用。如果您已经购买了 ESP32 相关硬件,且成功对接过虾哥部署的后端服务,并希望独立搭建自己的 |
| 49 | `xiaozhi-esp32` 后端服务,那么本项目非常适合您。 |
| 50 | |
| 51 | 想看使用效果?请猛戳视频 🎥 |
| 52 | |
| 53 | <table> |
| 54 | <tr> |
| 55 | <td> |
| 56 | <a href="https://www.bilibili.com/video/BV1FMFyejExX" target="_blank"> |
| 57 | <picture> |
| 58 | <img alt="响应速度感受" src="docs/images/demo9.png" /></picture> |
| 59 | </a> |
| 60 | </td> |
| 61 | <td> |
| 62 | <a href="https://www.bilibili.com/video/BV1vchQzaEse" target="_blank"> |
| 63 | <picture> |
| 64 | <img alt="速度优化秘诀" src="docs/images/demo6.png" /></picture> |
| 65 | </a> |
| 66 | </td> |
| 67 | <td> |
| 68 | <a href="https://www.bilibili.com/video/BV1WEcxzFEAT" target="_blank"> |
| 69 | <picture> |
| 70 | <img alt="小智数字人 支持语音唤醒" src="docs/images/demo8.png" /></picture> |
| 71 | </a> |
| 72 | </td> |
| 73 | <td> |
| 74 | <a href="https://www.bilibili.com/video/BV1CKVz6UEuB" target="_blank"> |
| 75 | <picture> |
| 76 | <img alt="设备呼叫设备,打电话" src="docs/images/demo0.png" /></picture> |
| 77 | </a> |
| 78 | </td> |
| 79 | <td> |
| 80 | <a href="https://www.bilibili.com/video/BV1C1tCzUEZh" target="_blank"> |
| 81 | <picture> |
| 82 | <img alt="复杂医疗场景" src="docs/images/demo1.png" /></picture> |
| 83 | </a> |
| 84 | </td> |
| 85 | </tr> |
| 86 | <tr> |
| 87 | <td> |
| 88 | <a href="https://www.bilibili.com/video/BV1VC96Y5EMH" target="_blank"> |
| 89 | <picture> |
| 90 | <img alt="播放音乐查询天气播报新闻" src="docs/images/demo7.png" /></picture> |
| 91 | </a> |
| 92 | </td> |
| 93 | <td> |
| 94 | <a href="https://www.bilibili.com/video/BV12J7WzBEaH" target="_blank"> |
| 95 | <picture> |
| 96 | <img alt="实时打断" src="docs/images/demo10.png" /></picture> |
| 97 | </a> |
| 98 | </td> |
| 99 | <td> |
| 100 | <a href="https://www.bilibili.com/video/BV1Co76z7EvK" target="_blank"> |
| 101 | <picture> |
| 102 | <img alt="拍照识物品" src="docs/images/demo12.png" /></picture> |
| 103 | </a> |
| 104 | </td> |
| 105 | <td> |
| 106 | <a href="https://www.bilibili.com/video/BV1pNXWYGEx1" target="_blank"> |
| 107 | <picture> |
| 108 | < |