infinitered / nsfwjs

NSFW detection on the client-side via TensorFlow.js

Home Page:https://nsfwjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can i switch to using the 93% Accurate version?

NightCode5555 opened this issue · comments

im trying to find a way to use the 93% accurate version like shown in the website
image

the reason for it is it keeps detecting this image as hentai with a score of 90% on my project, however when i tried using the 93% on the website it classifies it as drawing
image

Any help is appreciated

so i do something like this?

model = await nsfw.load('/model', {type: 'graph'})

@NightCode5555 are you still having any issues here?