Skip to content
/ nsfw Public

image NSFW classify, support api and grpc, 图片鉴黄等分类检测,支持 api 和 grpc调用

Notifications You must be signed in to change notification settings

akazwz/nsfw

Repository files navigation

NSFW API

简体中文

NSFW classify: build with nsfwjs and express and grpc

Provider restful api and grpc

Docker build and deploy

docker image build -t nsfw:0.1 .

Classify include: drawing,hentai,neutral,porn,sexy

Response:

value bigger, more fit to classify

{
  "drawing": 0.00013265734014566988,
  "hentai": 0.00854536797851324,
  "neutral": 0.0037522995844483376,
  "porn": 0.8447571992874146,
  "sexy": 0.14281247556209564
}

About

image NSFW classify, support api and grpc, 图片鉴黄等分类检测,支持 api 和 grpc调用

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published