百度敏感词图检测

百度智能云 敏感字检测

https://cloud.baidu.com/doc/ANTIPORN/s/Rk3h6xb3i

config

1
2
3
4
$config = [
'client_id' => '',
'client_secret' => '',
];

获取 Token

1
2
$token = \Baidu\Sensitive\Words::getInstance()->config($config)->getToken();
echo $token['access_token'];die;

检测文本敏感字

1
$data = \Baidu\Sensitive\Words::getInstance()->config($config)->ckContent($token, "文本内容");

检测图片

1
$data = \Baidu\Sensitive\Words::getInstance()->config($config)->ckImage($token, $image);

百度敏感词图检测
https://code-lives.github.io/2023/05/04/sensitive-words/
作者
Li Jie
发布于
2023年5月4日
许可协议