Analyse photo library for sensetive content
Check out my Bikini-Bottom project that implements a pre-trained CoreML model for classifying images in 3 categories: regular, bikini & NSFW
- You recieve a photo library permission request
- The app iterates through photos and videos and runs on-device sensitivity analysis using Apple's SensitiveContentAnalysis framework
- Flagged items are shown to let you preview them and delete if needed
- iOS/iPadOS 17+ (background processing API is only supported on 26+)
- macOS 14+