Hacker News new | ask | show | jobs
by rolleiflex 2769 days ago
The Yahoo NSFW classifier that is mentioned is available here: https://github.com/yahoo/open_nsfw

I wonder if there's a way to ship this model and run it in an end-user app, in a way that does not require additional setup. I could use that.

2 comments

I think it's possible to convert the caffe model and use something like Firebase MLKit or Core ML:

https://firebase.google.com/docs/ml-kit/use-custom-models

https://developer.apple.com/documentation/coreml

Ooh, I wonder if you could make a "family friendly" browser extension or firewall from that.