clarifai
version variable
Clarifai API Library, PHP/Composer implementation of the clarifai api. (clarifai). PHPfanatic's PHP library brings you the power of clarifai's image recognition API wrapped in an easy to use PHP library that you can add to your own project easily with composer.
Build smarter apps faster with Clarifai’s powerful visual recognition technology.
Add the package to your composer implementation.
composer require phpfanatic/clarifai
or
Add the package manually by downloading the most recent stable version release from Github and include the src/ directory within your own project.
zip
tar
use PhpFanaticclarifAIImageClient;
$client = new ImageClient([API_KEY]);
$client->AddImage('http://phpfanatic.com/projects/clarifai/dog.jpg');
$result = $client->Predict();
PHPfanatic - ClarifAI documentation
This project is licensed under the MIT License.