nsfw_detector_flutter 1.0.2 nsfw_detector_flutter: ^1.0.2 copied to clipboard
A Flutter package for detecting NSFW (Not Safe For Work) content in images using TensorFlow Lite. Easily integrate NSFW detection capabilities into your Flutter applications.
Changelog #
[1.0.0] - 2024-07-06 #
Added #
- Initial release of
nsfw_detector_flutter
. - NSFW detection functionality using TensorFlow Lite.
- Support for detecting NSFW content from image bytes, files, and
image
package objects. - Example application demonstrating usage.
- Integration tests for Android and iOS.
[1.0.1] - 2024-07-06 #
[1.0.2] - 2024-07-06 #
Updated
- Updated documentation to include new parameters for NSFW classification.