UNPKG

video-nudity-detector

Version:

A package for detecting and blurring nudity in videos.

54 lines (53 loc) 1.36 kB
{ "name": "video-nudity-detector", "version": "1.0.7", "description": "A package for detecting and blurring nudity in videos.", "main": "src/index.js", "directories": { "test": "tests" }, "scripts": { "test": "jest", "start": "node src/index.js" }, "repository": { "type": "git", "url": "git://github.com/skidrow8852/video-nudity-detector" }, "keywords": [ "nudity detector", "nudity", "nude", "+18 detector", "video processing", "video analyzer", "video nudity", "explicit content detector", "video moderation", "adult content detection", "content filtering", "AI nudity detection", "video AI analysis", "inappropriate content detection", "video classification", "sensitive content filtering", "video scanning", "explicit material detection", "adult video detection" ], "author": "Youssef Rais", "license": "MIT", "bugs": { "url": "https://github.com/skidrow8852/video-nudity-detector/issues" }, "homepage": "https://github.com/skidrow8852/video-nudity-detector", "dependencies": { "fluent-ffmpeg": "^2.1.3", "pipe2jpeg": "^0.5.0", "@tensorflow/tfjs": "^4.5.0", "@tensorflow/tfjs-node": "^4.5.0" }, "devDependencies": { "jest": "^29.7.0" } }