yahoo / open_nsfw

Not Suitable for Work (NSFW) classification using deep neural network Caffe models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to run neural algorithm on remote image

matt212 opened this issue · comments

How can we run on remote image rather than file path and integrated the code base with existing technologies like nodejs !

See https://github.com/nikos-glikis/nsfw-docker -- It has the option for the file to be a URL rather than a local file (the script downloads it to a temporary file and deletes after it's been scored).

Not quite sure what you're trying to do with nodejs but the model (to my knowledge) cannot be used in nodejs directly since it's a caffe model.