cblink/tencent-ai

Tencent AI SDK

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/cblink/tencent-ai

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

This package is not auto-updated.

Last update: 2025-09-30 01:57:12 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'));