AN
AntiNude
ProductPricingDocs
Legal

Third-party notices

Last updated: May 18, 2026

The AntiNude SDKs and Services bundle open-source software developed by third parties. We list every third-party component below together with the license under which it is distributed. This page satisfies the attribution requirements of those licenses and is reproduced inside each SDK distribution (an equivalent NOTICES.txt file ships in the iOS framework and the Android AAR).

The model that performs NSFW classification on-device is NudeNet, distributed under the permissive MIT License. We have retrained and quantized the model for mobile deployment but the original copyright notice and license are reproduced unchanged below.

§01Components
NudeNet
3.4.x (classifier weights and architecture) · MIT
On-device NSFW classifier model bundled with the iOS and Android SDKs.
https://github.com/notAI-tech/NudeNet
ONNX Runtime
1.17.x · MIT
Mobile inference runtime used to execute the NudeNet model on-device.
https://github.com/microsoft/onnxruntime
TensorFlow Lite
2.15.x · Apache-2.0
Alternative inference runtime selectable at SDK build time.
https://github.com/tensorflow/tensorflow
libwebp
1.3.x · BSD-3-Clause
Image decoding inside the SDK.
https://chromium.googlesource.com/webm/libwebp
OkHttp
4.12.x · Apache-2.0
Telemetry transport on Android.
https://github.com/square/okhttp
Kotlin Standard Library
1.9.x · Apache-2.0
Android SDK runtime.
https://kotlinlang.org
Swift Crypto
3.x · Apache-2.0
SHA-256 hashing for the iOS SDK telemetry path.
https://github.com/apple/swift-crypto
§02Full license texts

MIT License (NudeNet, ONNX Runtime, OkHttp dependencies)

MIT License

Copyright (c) 2019-2024 Bedapudi Praneeth (NudeNet authors)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Apache License 2.0

The full text of the Apache License, Version 2.0, is reproduced verbatim in the LICENSE-APACHE-2.0file shipped inside each SDK distribution and is also available at apache.org/licenses/LICENSE-2.0. Each Apache-licensed component above contains its own NOTICE file; we include those unchanged in our distribution.

BSD 3-Clause License (libwebp)

The full text is reproduced in LICENSE-BSD-3 inside the SDK and at opensource.org/licenses/BSD-3-Clause.

§03Reporting an attribution issue
  • If a component is missing from this page, email legal@antinude.io.
  • If your copyright is reproduced incorrectly, we will correct it within 5 business days.
  • This page is versioned together with each SDK release; older snapshots are available on request.
See also: Terms of Service · Privacy Policy · Store submission guide