nsfwjs-docker icon indicating copy to clipboard operation
nsfwjs-docker copied to clipboard

A Docker REST API for NSFW detection

Results 4 nsfwjs-docker issues
Sort by recently updated
recently updated
newest added

When I run the container using the same command defined in the README... ``` docker run -p 3333:3333 -d --name nsfwjs andresribeiroo/nsfwjs:1.6 ``` ...we can see the following error: ```...

I cloned the project and did the normal installation without errors. however, after trying to start the project with npm start, this error simply appears in the console. any solution...

Hello, It's possible to update with the latest version please? :)

Hello, When I use GIF image with this command line: `curl -F "content=@/images/a.gif" "http://localhost:3333/single/multipart-form"` I have this error: `{"statusCode":500,"error":"Internal Server Error","message":"Invalid TF_Status: 3\nMessage: Input to reshape is a tensor with...