{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/10"}],"enrichment":{"capability":"Detects nudity in images using lightweight ONNX models, returning bounding boxes and confidence scores for exposed or covered body parts, with optional image censoring.","skillfed_tags":["content-moderation","computer-vision","onnx-inference"],"use_cases":["Content moderation for user-generated image uploads on social platforms or forums.","Automated filtering of adult content in image galleries or search results.","Batch processing of large image datasets to identify and flag potentially sensitive material.","Client-side nudity detection in browser-based applications using the in-browser demo.","Building a censoring pipeline to blur or redact exposed regions before display or storage."],"what_it_does":"NudeNet is a Python library for detecting nudity and exposed body parts in images using ONNX-based neural networks. It wraps ultralytics YOLOv8 models (320n at 320x320 or 640m at 640x640 resolution) to classify image regions into categories like FEMALE_GENITALIA_EXPOSED, FACE_FEMALE, BELLY_EXPOSED, and others. The detector returns bounding boxes with confidence scores for each detected region.\n\nThe package is designed for content moderation workflows: you can scan individual images or batches, accept file paths or in-memory image objects (numpy arrays, bytes, or file handles), and optionally blur or censor detected regions. A Docker image is also provided for server-side deployment. The 320n model ships with the package by default; larger models can be downloaded separately.","worth_installing":"Yes, if you need lightweight nudity detection. Low install friction, permissive MIT license, active maintenance, and no known vulnerabilities. The 320n model is included by default for quick setup. Trade-off: the maintainer is seeking contributors, so long-term feature development may be limited; verify accuracy on your specific image types before production deployment."},"id":"nudenet","links":{"html":"https://skillfed.io/packages/nudenet","md":"https://skillfed.io/packages/nudenet.md","pypi":"https://pypi.org/project/nudenet/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-07-03","license_spdx":null,"license_treatment":"permissive","name":"nudenet","python_support":"supports_current","summary":"Lightweight Nudity Detection"},"popularity":{"monthly_downloads":90464,"position":13583,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.4.2"}
