nsfw_detect 1.1.0 copy "nsfw_detect: ^1.1.0" to clipboard
nsfw_detect: ^1.1.0 copied to clipboard

On-device NSFW/nudity detection for iOS and Android photo libraries. CoreML + Vision on iOS, TensorFlow Lite on Android. Progressive result streaming, body part detection, and ready-to-use gallery widgets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nsfw_detect

With Flutter:

 $ flutter pub add nsfw_detect

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nsfw_detect: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nsfw_detect/nsfw_detect.dart';
2
likes
0
points
561
downloads

Publisher

unverified uploader

Weekly Downloads

On-device NSFW/nudity detection for iOS and Android photo libraries. CoreML + Vision on iOS, TensorFlow Lite on Android. Progressive result streaming, body part detection, and ready-to-use gallery widgets.

Repository (GitHub)
View/report issues

Topics

#image-recognition #machine-learning #content-moderation #photos #video

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on nsfw_detect

Packages that implement nsfw_detect