yahoo/open_nsfw

how to run neural algorithm on remote image

matt212 opened this issue · 2 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.