cblink/tencent-ai

Tencent AI SDK

Maintainers

Package info

github.com/cblink/tencent-ai

pkg:composer/cblink/tencent-ai

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

dev-develop 2018-09-30 06:23 UTC

This package is not auto-updated.

Last update: 2026-03-03 03:51:51 UTC


README

use Cblink\TencentAI\Application;

require 'vendor/autoload.php';

$app = new Application([
    'app_id' => 'xxxxxx',
    'app_key' => 'xxxxxx',
]);

## 智能鉴黄
$app->visionPorn(file_get_contents('path/to/image.jpeg'));