-
Good day,
I have tried to use this library through a Docker container, but it seems to fail.
My setup includes AMQP + MariaDB so
- I get a Job through RabbitMQ (`{"file_id":"12345"}`) and
- I …
-
It shouldn't upload any adult or violent images.
-
I'm getting an error of `process is not defined` when using `nsfwjs.load("/model/", { size: 299 })` on my ReactJS app.
Seems to be an error in the library... (version: 2.4.2)
It doesn't change the e…
-
Hello,
When I use:
```
const imageBuffer = fs.readFileSync(path);
const image = tf.node.decodeImage(imageBuffer, 3);
```
I have this error:
```
(node:309911) UnhandledPromiseRejectionW…
-
testing images:
http://d.snipi.sk/screenshot-nsfwjs.com-2021.02.03-17_40_54.jpg
indetified as clean.. whole gif was topless
http://d.snipi.sk/screenshot-nsfwjs.com-2021.02.03-17_43_00.jpg
inden…
-
https://github.com/infinitered/nsfwjs/blob/ebcd41c46087a3f42c6577f96acc53d7a934b068/src/index.ts#L68
Hello, it seems, although not explicit I can save the model to different schemas by referencing …
-
I couldn't make it work
The website is working great that you put here : https://nsfwjs.com/
I need to give a folder input
It needs to process all and move images that are classified as sexy …
-
Hi,
Thanks a lot for your work.
With manifest v3, chrome replaced background scripts with service workers, which cannot access the DOM.
Is there any plan to migrate the extension to manifest v3 ?…
-
### Feature request / Suggestion
We should do content-safety checks on the client-side too. This would instantly provide feedback to the contributor, instead of manual flags and mailed reports. **Not…
JeS24 updated
5 months ago
-
I'm currently testing this interesting nsfwjs module on a live server.
I activate this code:
pdModel = await nsfwjs.load('model/');
via a call to an async function triggered by the onLoad event…