智能作业批改助手
Aurora229/homework-correction-assistant
0 Stars
109 次浏览
更新于 2026-08-23
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"homework-correction-assistant": {
"args": [
"python",
"src/main.py"
],
"command": "pip install -r requirements.txt \u0026\u0026",
"env": {
"OPENAI_API_KEY": "ms-b18f9722-8860-4f24-a43c-c7974ad6585b"
}
}
}
}
服务介绍
📚 智能作业批改助手
基于AI的智能作业批改系统,支持图片上传、自动批改、详细反馈。
name: homework-correction-assistant
version: 1.0.0
description: 智能作业批改助手
author: Aurora229
type: gradio
port: 7860
command: python src/main.py
dependencies:
- gradio>=4.13.0
- openai>=1.12.0
- pillow>=10.1.0
environment:
OPENAI_API_KEY: required
功能特性
- 📸 支持多图片上传
- 🤖 AI自动批改作业
- 📝 详细解题步骤分析
- 💬 个性化学习建议
快速开始
pip install -r requirements.txt
python src/main.py