How can I use machine learning to *quickly* determine if an image is NSFW¹?
I've been playing with https://huggingface.co/Marqo/nsfw-image-detection-384
That takes about 60 seconds per image.
To scan all the images on OpenBenches would take about 2 months!
I don't want to send images to a remote service; I need to run this locally.
Any suggestions?
¹ (I know that "NSFW" is vague. But, for my purposes, nudity and anything sexual.)