-
We'll be using NSFWJS in a React Native app, so we'll need the appropriate icons.
iOS: https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/
Android: https…
-
Hello,
I use NSFWJS with this docker projet: https://github.com/andresribeiro/nsfwjs-docker
(by @andresribeiro)
But, when I use GIF image, I have this error:
`Error 500: Input to reshape is a …
-
I was creating a teste app with Tensorflow and nsfw model available at infinitered repo [infinitered/nsfwjs-mobile](https://github.com/infinitered/nsfwjs-mobile)
Works, but without nsfw.js module, an…
-
label : help needed
i am trying to use this nsfwjs model in flutter web by taking reference from this repo
github link : https://github.com/AseemWangoo/experiments_with_webtree/master/lib/ml
i…
-
I run [nsfw_model](https://github.com/GantMan/nsfw_model) , as separate module, using [latest model](https://github.com/GantMan/nsfw_model/releases/tag/1.1.0) and compare the result with [nsfwjs.com](…
-
When installing version 2.4.1 NPM reports 4 total vulnerabilities, 3 moderate and 1 high.
```
node_modules/jpeg-js
get-pixels-frame-info-update *
Depends on vulnerable versions of jpeg-js
…
-
I am trying to use this project on [ vite.js](https://vitejs.dev/) as a react project.
The code:
```jsx
import React, { useEffect } from 'react';
import * as nsfwjs from 'nsfwjs';
export defa…
-
I currently have the latest nsfw_model found at https://github.com/GantMan/nsfw_model/releases/tag/1.1.0 and am trying to load it as a local file like so:
```js
const model = await nsfw.load('file…
-
Hello,
I'm trying to create an API to detect NSFW images. Therefore, I'm trying to install NSFWJS with NodeJS. Therefore, I follow the tutorial present at this URL: https://github.com/infinitered/n…
-
I have used saved_model.tflite from v1.1.0 and v1.2.0. image used is 224x224, same jpeg in both testing. here are results:
nsfwjs.com
Neutral - 67.35%
Porn - 31.40%
Drawing - 0.79%
Hentai - 0.2…