• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
ESP32对接大模型
 
 
 
 

 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://snowboy.hahack.com/

 

 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

 

posted on 2025-02-21 18:04  MKT-porter  阅读(208)  评论(1)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3