{"id":15130742,"url":"https://github.com/ctq123/online-exam-system","last_synced_at":"2025-10-26T15:30:39.549Z","repository":{"id":257209118,"uuid":"856714267","full_name":"ctq123/online-exam-system","owner":"ctq123","description":"一个防作弊在线笔试系统，用于企业进行在线笔试。系统包括以下功能：  在线笔试功能，包括题目展示、答题、提交答案 防作弊功能，包括切屏、拷贝、粘贴、多屏作弊识别、录像监控分析等","archived":false,"fork":false,"pushed_at":"2024-09-29T06:09:16.000Z","size":8352,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-19T03:12:49.423Z","etag":null,"topics":["fastapi","ffmpeg","nodejs","react","tensorflow","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctq123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T04:17:13.000Z","updated_at":"2024-12-05T14:28:42.000Z","dependencies_parsed_at":"2024-10-23T00:37:41.792Z","dependency_job_id":null,"html_url":"https://github.com/ctq123/online-exam-system","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"96d1c32b7039e402161a5462a5f6a0e313093ac0"},"previous_names":["ctq123/online-test-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctq123%2Fonline-exam-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctq123%2Fonline-exam-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctq123%2Fonline-exam-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctq123%2Fonline-exam-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctq123","download_url":"https://codeload.github.com/ctq123/online-exam-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238353518,"owners_count":19457857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","ffmpeg","nodejs","react","tensorflow","vite"],"created_at":"2024-09-26T03:05:25.570Z","updated_at":"2025-10-26T15:30:33.527Z","avatar_url":"https://github.com/ctq123.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 项目介绍\n这是一个防作弊在线笔试系统，用于企业进行在线笔试。系统包括以下功能：\n- 在线笔试功能，包括题目展示、答题、提交答案\n- 防作弊功能，包括切屏、拷贝、粘贴、多屏识别、监控录屏分析等\n\n- \u003cimg width=\"953\" alt=\"image\" src=\"https://github.com/user-attachments/assets/47da4464-4e2d-41d0-ae1a-c0ff4e30cd6e\"\u003e\n- \u003cimg width=\"958\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ce6b7700-df80-4945-8406-7c119503e863\"\u003e\n- \u003cimg width=\"1415\" alt=\"image\" src=\"https://github.com/user-attachments/assets/510370d7-fac9-43cb-9aa0-630f9172c770\"\u003e\n\n\n\n\n## 环境要求\n- Node.js 20.0.0 或更高版本\n\n## 技术栈\n前端：React + TypeScript + Vite + Axios\n\n后端：Node.js + Tensorflow + Face-API + ffmpeg\n\n\n## 项目启动\n\n```bash\nyarn\n```\n\n### 启动后端\n\n```bash\ncd server\nyarn dev\n```\n\n### 启动前端\n\n```bash\ncd ..\nyarn dev\n```\n\n\n## 项目结构\n\n```bash\n├── public\n├── server // 服务端\n├── src // 前端\n│   ├── assets\n│   ├── components\n│   ├── page\n│   ├── utils\n│   ├── App.tsx\n│   ├── main.tsx\n│   └── vite-env.d.ts\n├── .gitignore\n├── index.html\n├── package.json\n├── tsconfig.json\n└── vite.config.ts\n```\n\n\n## 常见问题\n\n1. 分析用户监控录像报错`Error: Cannot find ffprobe`\n  - 确保你已经安装了 ffmpeg 和 ffprobe。ffprobe 通常随 ffmpeg 一起安装。\n  - 你可以使用 Homebrew 安装 ffmpeg：\n    ```bash\n    // macOS 上安装\n    brew install ffmpeg\n    ```\n    ```js\n    // window 上安装\n    到ffmpeg官网下载 Windows 版本的 ffmpeg 压缩包，然后解压，将 bin 目录配置到系统PATH 环境变量中\n    ```\n\n2. 监控录像分析报错`Error fetching analysis timeout of xxx exceeded`\n  - 接口请求超时，请到src/utils/http中增大接口超时限制。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctq123%2Fonline-exam-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctq123%2Fonline-exam-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctq123%2Fonline-exam-system/lists"}