Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 236 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 236 Bytes
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'));