SkillAgentSearch skills...

VNudity

Node.js video nudity detector based on nude.js

Install / Use

/learn @JairFrancesco/VNudity
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

VNudity

Node.js video nudity detector based on nude.js

Prerequisites

$ sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++

Install

$ npm install --save vnudity

Usage

var VNudity = require('vnudity');

new VNudity('https://mme.whatsapp.net/d/kVgx2VsFi0T7z-lYvMUP0FbMlDU/AgWaWTZDB0emjOvhtPQBixCIwAZuYw0GFgFxGetvH0vb.mp4?x=2', 
	   {storage: "/tmp/", nSeconds: 1}, 
	   function (err, res){
			if (res) {console.log("Adult content");} else {console.log("for all audiences");}				
	   });

API

new VNudity(url, options, callback)

Creates a new VNudity instance.

options

Type: object

options.storage

Type: string Defines the path where the video will be downloaded.

options.nSeconds

Type: integer Set the time between capture.

View on GitHub
GitHub Stars5
CategoryContent
Updated3y ago
Forks0

Languages

JavaScript

Security Score

55/100

Audited on Apr 15, 2022

No findings