nosmai_moderation_sdk 2.0.0
nosmai_moderation_sdk: ^2.0.0 copied to clipboard
On-device content and text moderation for Flutter: image/video NSFW and chat toxicity, powered by the native Nosmai SDK.
2.0.0 #
- Requires Nosmai SDK 2.0 (Android AAR 2.0.0, iOS pod
~> 2.0). - On-device NSFW (adult) and chat text moderation: image, video, live camera, and text.
- Runs fully offline. Bundled models are AES-256-GCM encrypted and decrypted in memory.
1.0.1 #
- Add external-frame live moderation:
NosmaiLive.startExternal()runs live detection on frames pushed in from an external source (no device camera). This powers the Agora bridge (moderation_agora_bridge_flutter), which feeds Agora RTC frames into the SDK for real-time live-stream moderation.
1.0.0 #
- Initial release.
- On-device image, video and live-camera moderation: NSFW classification.
- On-device chat text moderation (toxicity / profanity / hate / harassment / threat).
- iOS (CoreML / Apple Neural Engine) and Android (NCNN / Vulkan); fully offline.
- Live camera with front/back selection and per-frame results.
- All bundled models are AES-256-GCM encrypted and decrypted in memory.