
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

A local web prototype app for children's error notebook that stores data in browser localStorage, enabling manual error entry, OCR and voice transcription, multi-condition filtering, export, weak point analysis, and backup/restore.
123
No data
24
0
No data
2026-07-06
It combines a comprehensive set of study aid features (OCR, voice, export, analysis) into a single local-only prototype, emphasizing privacy and offline use, with detailed test coverage and a user-friendly interface designed for parents managing multiple children.
当前版本是纯本地 Web 应用,不接数据库,数据只存浏览器 localStorage。
已实现:
faster-whisper)npm start
默认地址:http://localhost:5173
npm test
转写引擎:faster-whisper
安装依赖(推荐 Python 3.11 虚拟环境;faster-whisper 目前不支持 Python 3.12+):
uv venv .venv311 --python 3.11
uv pip install --python .venv311/bin/python -r scripts/requirements.txt
如遇音频解码问题,请安装 ffmpeg。
启动服务时可指定解释器(让后端 OCR/转写脚本使用该 Python):
PYTHON_BIN=.venv311/bin/python npm start
转写接口:
POST /api/transcribeaudio/webm 等){ ok, engine, language, text }OCR 引擎:rapidocr_onnxruntime
安装依赖同上(scripts/requirements.txt 已包含)。
OCR 接口:
POST /api/ocrimage/jpeg、image/png、image/webp 等){ ok, engine, text, lines }输入手机号(11 位大陆号)或邮箱即可登录,本地自动创建家长账号。
在导出区选择:
可直接下载:
.txt).md).pdf)导出历史会在页面内展示最近 10 次,并支持一键重新下载。
支持每周/每月提醒时间。当前是最
Similar projects matched by category, topics, and programming language.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.