ESP-ADF 开源地址:https://github.com/espressif/esp-adf/tree/master/examples/ai_agent/volc_rtc Gitee 开源地址:https://gitee.com/esp-friends/esp_sparkbot/tree/master/example/volc_rtc_sparkbot 机器人硬件开源地址:https://oshwhub.com/esp-college/esp-sparkbot QQ 交流群:813935663
DeepSeek 语音对话机器人:用 ESP32 体验高质量 AI 对话
https://blog.csdn.net/weixin_42146638/article/details/141458871?spm=1001.2014.3001.5502
Esp32S3通过文心一言大模型实现智能语音对话
- Esp32S3通过文心一言大模型实现智能语音对话
11050
- 基于ESP32-S3、INMP441、MAX98357与按键控制的在线语音助手实现
1901
- esp32s3文心一言/豆包(即火山引擎)大模型实现智能语音对话--流式语音识别
1612
- 基于esp32-s3核心板、ILI9488彩色屏幕、OV2640摄像头模块实现猫眼摄像头
858
- Linux下esp32兼容arduino编译环境搭建问题-fatal error: wear_levelling.h: No such file or directory
246
https://www.jianshu.com/p/6d3a37f01931
python之使用snowboy离线语音唤醒
介绍
snowboy 是一个开源的、轻量级语音唤醒引擎,比较好用。
训练语音模型网址:
https://www.bilibili.com/video/BV1QEwReKEQ6/?spm_id_from=333.788.player.player_end_recommend_autoplay&vd_source=371a292a55e5ca9be994cbb4a86cc987
【ESP32接入语言大模型之通义千问】
curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation' \ --header 'Authorization: Bearer <your-dashscope-api-key>' \ --header 'Content-Type: application/json' \ --data '{ "model": "qwen-turbo", "input":{ "messages":[ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "你好,哪个公园距离我最近?" } ] }, "parameters": { } }' ———————————————— 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 原文链接:https://blog.csdn.net/vor234/article/details/135395143
https://vor2345.blog.csdn.net/article/details/145621976