UNPKG

video-nudity-detector

Version:

A package for detecting and blurring nudity in videos.

5 lines (4 loc) 109 B
const { detectNudityInVideo } = require('./videoProcessor'); module.exports = { detectNudityInVideo };