https://github.com/Sasig69/NudeID.py
A completely local web app that scans MP4 videos for NSFW content.
Key points :
Would love feedback, bug reports, or pull requests. Especially if anyone wants to add:

Sasig69
A completely local web app that scans MP4 videos for NSFW content.
Key points :
- Zero uploads. Everything runs on your machine.
- No internet required after the first model download.
- Timestamped JSON report + thumbnail gallery for every single detection.
- Works with huge multi-gigabyte files (tested on 4ā10 GB+ videos).
- Falls back gracefully if you donāt want to install the heavy GPU deps.
- Samples frames intelligently (configurable FPS)
- Runs NudeNet classifier (the good one) on every frame
- Optional YOLOv8 person detection to guess body type / pose if you want it
- Saves a thumbnail for every āNSFWā frame
- Generates a report
- Gives you a web page where you can scrub through the timeline and click any spike to instantly see the thumbnail + context.
Would love feedback, bug reports, or pull requests. Especially if anyone wants to add:
- Batch folder scanning
- Export to EDL/cut list
- Better UI
Sasig69