nsfw_detector_flutter 1.0.5
nsfw_detector_flutter: ^1.0.5 copied to clipboard
A Flutter package to detect NSFW (Not Safe For Work / NUDE / adults) content and classify SAFE content without requiring assets. Easily integrate NSFW detection into your app.
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.