UNPKG

proctor-ai-sdk

Version:

A powerful SDK for preventing cheating during online exams using face detection, voice detection, and tab monitoring.

30 lines (29 loc) 699 B
{ "name": "proctor-ai-sdk", "version": "1.0.0", "description": "A powerful SDK for preventing cheating during online exams using face detection, voice detection, and tab monitoring.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"No tests yet\"" }, "keywords": [ "cheating-prevention", "face-api.js", "online-proctoring", "tab-monitoring", "voice-detection", "face-verification", "exam-monitoring" ], "author": "Pallavi Sharma", "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^4.22.0", "face-api.js": "^0.22.2" }, "peerDependencies": { "face-api.js": "^0.22.2", "@tensorflow/tfjs": "^4.15.0" } }