nude

0.0.1 • Public • Published

node-nude

Node.js port of nude.js by Patrick Wied.

Installation

npm install nude

Usage overview

var nude = require('nude');

nude.scan(__dirname + '/images/photo.jpg', function(res) {
  console.log('Contains nudity: ' + res);
});

Readme

Keywords

none

Package Sidebar

Install

npm i nude

Weekly Downloads

7

Version

0.0.1

License

none

Last publish

Collaborators

  • chadsmith