# essay-grader **Repository Path**: datac/essay-grader ## Basic Information - **Project Name**: essay-grader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-09-08 - **Last Updated**: 2026-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Essay Grader - 小学生作文识别+批改 App 手机拍照 → AI 识别手写文字 → 自动批改评分 → 文件夹管理 ## 功能 - 📸 **拍照识别**:手机拍摄作文照片,AI 识别手写文字(含拼音注音、涂改痕迹) - ✅ **自动批改**:错别字纠正、语句通顺度、内容评价、四维评分、老师寄语 - 📁 **数据管理**:按文件夹(班级/学生)管理作文,查看历史批改记录 - ⚙️ **设置**:API 接口配置、API Key 管理、提示词维护、输出格式设置 ## 技术栈 - **Expo React Native** (iOS + Android 跨平台) - **expo-router** (文件路由) - **Zustand** (状态管理) - **expo-camera** (拍照) - **expo-secure-store** (API Key 加密存储) ## 开发 ```bash cd D:/Project/essay-grader npm install npx expo start ``` 手机扫码即可预览(需安装 Expo Go app)。 ## API 配置 支持 OpenAI 兼容格式的 VLM API(如阿里云百炼 qwen3-vl-flash): - API URL:`https://xxx.maas.aliyuncs.com/compatible-mode/v1` - API Key:在设置页输入,加密存储在设备本地 - Model:`qwen3-vl-flash` / `qwen3-vl-plus` / `qwen3.8-flash`