Hacker News new | ask | show | jobs
by itake 373 days ago
My home AI machine does image classification.
2 comments

Using just an Ollama VL Model (gemma3/mistral-small3.1/qwen2.5vl) or a specific library?
My home server detects NSFW images in user generated content on my side project.

source code: https://github.com/KevinColemanInc/NSFW-FLASK

Cool, I've tried a few but settled on using EraX NSFW to do the same.
just wondering, why that one? it looks small, which is probably doesn't require a gpu.

The dataset seems to be images of high production value (e.g. limited races, staged poses, etc). If I have time, I will compare it with Bumble's model, but I think the images I'm trying to identify are closer to Bumble's training set.

What kind of image classification do you do at home?
My side project accepts and publishes user generated content. To stay compliant with regulations, I use ML to remove adult content:

https://github.com/KevinColemanInc/NSFW-FLASK