nudeny 0.0.1 copy "nudeny: ^0.0.1" to clipboard
nudeny: ^0.0.1 copied to clipboard

Nudeny package to classify and detect nudity from an image.

example/nudeny_example.dart

import 'package:nudeny/nudeny.dart';

void main() async {
  var nudeny = Nudeny();
  // var result = await nudeny.censor([
  //   'C:/Users/Amben/OneDrive - Technological University of the Philippines/Desktop/Nudeny/testing/blackbuck.bmp',
  //   'C:/Users/Amben/OneDrive - Technological University of the Philippines/Desktop/Nudeny/testing/4f6e821141824b9ef81f82e7cf341288.jpg'
  // ]);

  // var result = await nudeny.censorUrl([
  //   "https://filesamples.com/samples/image/jfif/sample1.jfif",
  //   "https://w7.pngwing.com/pngs/895/199/png-transparent-spider-man-heroes-download-with-transparent-background-free-thumbnail.png",
  //   "http://digitalcommunications.wp.st-andrews.ac.uk/files/2019/04/JPEG_compression_Example.jpg"
  // ]);

  // print(result);
}
2
likes
140
pub points
20%
popularity

Publisher

unverified uploader

Nudeny package to classify and detect nudity from an image.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, path

More

Packages that depend on nudeny