Via Composer
$ composer require threeel/Clarifai
$clarifai = new Threeel\Clarifai\Clarifai();
$url = "http://image.com.url.jpg";
$tags = $clarifai->tags($url);
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.