PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversspeech-processingrolenet
返回「speech-processing」

rolenet

modelscope·@rolenet/McpAgentRobot

speech-processing0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

MCP智能体平台 / MCP Agent Platform

项目简介 / Project Introduction

这是一个基于多智能体架构的人机交互系统,集成了视觉识别、语音识别和语音合成等功能。系统由多个专门的智能体协同工作,实现了自然的人机交互体验。

This is a human-computer interaction system based on multi-agent architecture, integrating visual recognition, speech recognition, and speech synthesis capabilities. The system consists of multiple specialized agents working together to achieve a natural human-computer interaction experience.

系统架构 / System Architecture

系统由以下主要组件构成 / The system consists of the following main components:

智能体 / Agents

  • 大脑智能体 (Brain Agent)

    • 负责系统的核心决策和协调
    • 处理来自其他智能体的信息
    • Responsible for core decision-making and coordination
    • Processes information from other agents
  • 视觉智能体 (Eye Agent)

    • 处理视觉输入
    • 实现人脸检测和识别
    • Processes visual input
    • Implements face detection and recognition
  • 听觉智能体 (Ear Agent)

    • 处理音频输入
    • 实现语音识别
    • Processes audio input
    • Implements speech recognition
  • 发声智能体 (Mouth Agent)

    • 负责语音输出
    • 实现语音合成
    • Responsible for audio output
    • Implements speech synthesis

核心功能 / Core Features

  1. 人脸识别 / Face Recognition

    • 实时人脸检测和识别
    • 人物信息数据库管理
    • Real-time face detection and recognition
    • Person information database management
  2. 语音交互 / Voice Interaction

    • 中文语音识别
    • 语音合成输出
    • Chinese speech recognition
    • Speech synthesis output
  3. Web界面 / Web Interface

    • 可视化机器人界面
    • 实时状态显示
    • Visual robot interface
    • Real-time status display

安装说明 / Installation Guide

环境要求 / Requirements

  • Python 3.10+
  • Windows/Linux/MacOS

安装步骤 / Installation Steps

  1. 克隆项目 / Clone the project bash git clone [repository-url] cd mcpTest

  2. 安装依赖 / Install dependencies bash pip install -r requirements.txt

配置说明 / Configuration

在config.py中可以配置以下参数 / The following parameters can be configured in config.py:

  • 服务器配置 / Server configuration
  • 智能体参数 / Agent parameters
  • 模型设置 / Model settings
  • 语音识别参数 / Speech recognition parameters

使用说明 / Usage Guide

启动系统 / Start the System

  1. 运行主程序 / Run the main program bash python main.py

  2. 访问Web界面 / Access the Web interface

http://localhost:8070

功能使用 / Features Usage

  1. 人脸识别 / Face Recognition

    • 系统会自动检测和识别摄像头中的人脸
    • 首次识别的人脸会被自动记录
    • The system automatically detects and recognizes faces in the camera
    • First-time recognized faces will be automatically recorded
  2. 语音交互 / Voice Interaction

    • 系统支持中文语音识别
    • 可以通过语音与系统进行对话
    • The system supports Chinese speech recognition
    • You can interact with the system through voice- The system supports Chinese speech recognition
  • You can dialogue with the system through voice

技术栈 / Tech Stack

  • 后端 / Backend

    • Python
    • FastAPI
    • WebSocket
    • OpenCV
    • SpeechRecognition
    • pyttsx3
  • 前端 / Frontend

    • HTML/CSS
    • JavaScript
    • WebSocket

目录结构 / Directory Structure

├── config.py # 配置文件 / Configuration file ├── main.py # 主程序 / Main program ├── requirements.txt # 依赖清单 / Dependencies list ├── src/ │ ├── agents/ # 智能体实现 / Agent implementations │ ├── brain/ # 大脑逻辑 / Brain logic │ ├── platform/ # 平台核心 / Platform core │ ├── utils/ # 工具函数 / Utility functions │ └── web/ # Web服务 / Web service ├── static/ # 静态资源 / Static resources └── templates/ # 页面模板 / Page templates

相关 MCP Servers(来自「speech-processing」)

Claude实时语音服

一种模型上下文协议服务器,使像 Claude 这样的人工智能助手能够通过 Twilio 和 OpenAI 的语音模型发起和管理实时语音通话。

@popcornspace/voice-call-mcp-server

ClickSend消息语音平台

该服务器允许人工智能模型通过 ClickSend 的 API 以编程方式发送短信和发起文本转语音电话呼叫,并具有内置的速率限制和输入验证功能。

@J-Gal02/clicksend-mcp

MCP模拟面试

一种专用的模型上下文协议(MCP)服务器,它能够提供由人工智能驱动的面试角色扮演场景,用于练习,并给予逼真的对话反馈。

@Ejb503/systemprompt-mcp-interview

RetellAI MCP 服务器

一种模型上下文协议服务器的实现,使人工智能助手能够与RetellAI的语音服务进行交互,以管理呼叫、座席、电话号码和语音选项。

@abhaybabbar/retellai-mcp-server

SystemPrompt-MCP 邮件管理工具

通过MCP协议使用AI代理辅助操作, enables用户管理Gmail账户,支持通过语音界面进行电子邮件的搜索、阅读、删除和发送。

@Ejb503/systemprompt-mcp-gmail

TranscriptionTools 智能转录工具

为克劳德提供智能转录处理功能,具备自然格式化、上下文修复和由深度思维大语言模型驱动的智能总结功能。

@MushroomFleet/TranscriptionTools-MCP

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/rolenet-mcpagentrobot/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

暂未识别到安装命令,请打开 ModelScope 详情查看完整配置。

基本信息

分类
speech-processing / image-and-video-processing / autonomous-agents
运行方式
No
许可证
Apache License 2.0
详情文件
rolenet-mcpagentrobot.md