classify

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

README

AnimeAPI/classify

Zerobot-ACGImage插件的AI评分接口,也可单独引用。

接口说明

func Classify(targetURL string, isNoNeedImg bool) (class int, dhash string, data []byte, err error)

用AI对targeturl指向的图片打分。

  • 如果isNoNeedImg==true,将不下载图片,data 为 api 返回的 json。
  • 如果isNoNeedImg==false,将下载图片到 data。
  • dhash为图片的dhash值的base16384编码。
  • 可通过Comments[class]获得针对该class的评语,详见下方打分等级。

打分等级

普通图

  • [0]这啥啊
  • [1]普通欸
  • [2]有点可爱
  • [3]不错哦
  • [4]很棒
  • [5]我好啦!

r18

由于模型并不精确,目前对于非lolicon图片有70%可能误判(lolicon图片可保证无误),请勿将其作为鉴黄模型使用,仅供娱乐。

  • [6]影响不好啦!
  • [7]太涩啦,🐛了!(非lolicon图片的最高等级)
  • [8]已经🐛不动啦...(仅lolicon图片有此等级,表示误判但被纠正的图片)

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Comments = [...]string{
	"[0]这啥啊",
	"[1]普通欸",
	"[2]有点可爱",
	"[3]不错哦",
	"[4]很棒",
	"[5]我好啦!",
	"[6]影响不好啦!",
	"[7]太涩啦,🐛了!",
	"[8]已经🐛不动啦...",
}

Functions

func Classify

func Classify(targetURL string, isNoNeedImg bool) (class int, dhash string, data []byte, err error)

Classify 图片打分

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL