GithubHelp home page GithubHelp logo

xiaoxuan6 / aliyun-safe Goto Github PK

View Code? Open in Web Editor NEW
61.0 61.0 14.0 91 KB

阿里内容检测服务封装,包括垃圾文本、关键词文本检测以及对图片涉黄、暴恐、敏感检测

License: MIT License

PHP 100.00%

aliyun-safe's Introduction

Hi there, I’m xiaoxuan6 👋

🤹‍♀️ Recent Blog

git 文件名变换大小写无法提交 - 2023-04-30
将 docker 镜像发布到 github - 2023-03-24
Github上更改项目技术标签、语言属性 - 2023-03-23
phpstudy 手动安装 php8.* - 2023-03-10
Git commit 规范 - 2023-03-06

🤹‍♀️Recent Star

xiaoxuan6/github-mirror - 2024-06-02
xiaoxuan6/weekly - 2023-12-29
boppreh/keyboard - 2023-11-04
xiaoxuan6/resource-web - 2023-09-16
xiaoxuan6/OpenAI-free-accounts - 2023-08-21

Active

Shows an illustrated sun in light color mode and a moon with stars in dark color mode.

Visitor count

开源项目

项目 地址 描述
github-mirror https://github-mirror.us.kg GitHub 文件加速集群
weekly https://weekly.xiaoxuan6.cloudns.be 【周刊】针对优秀项目、软件、教程资料、网站等。
faker https://xiaoxuan6.github.io/faker 个人信息假数据生成器(包括:姓名、出生日期、身份证、手机号、银行卡号)
free-vip-video https://xiaoxuan6.github.io/free-vip-video 🎥爱奇艺、优酷、土豆等会员资源解析
homepage https://xiaoxuan6.us.kg 主页、引导页
service-status 服务状态监控面板
chinese-holidays-api https://holidays.xiaoxuan6.us.kg 提供中国休假或者工作日 api 接口查询

aliyun-safe's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar xiaoxuan6 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aliyun-safe's Issues

请问可以支持下视频鉴别么

请问可以支持下视频鉴别么,自己改了一下,发现没有result了..

`
public function checkVideo($video)
{
if(empty($video)){
return null;
}

    $request = new Green\VideoAsyncScanRequest();
    $request->setMethod("POST");
    $request->setAcceptFormat("JSON");

    if(is_string($video)){
        $task1 = array('dataId' =>  md5(uniqid()),
                       'url' => $video
        );
        $request->setContent(json_encode(array("tasks" => array($task1), "scenes" => array("porn","terrorism"))));
    }

    return $this->processResponse($request, $video, 'video');
}

`

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.