dev-api_v1
dev-api_v1
MIT
The Requires
by David Delevoye
dev-master
9999999-devImage recognition for your Symfony2 project using Clarifai
MIT
The Requires
by David Delevoye
image recognition clarifai
1.0
1.0.0.0
MIT
The Requires
by David Delevoye
Wallogit.com
2017 © Pedro Peláez
This bundle provides integration with Clarifai with Symfony2., (*1)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)
$ composer require daviddlv/clarifai-bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php file of your project:, (*3)
``` php <?php // app/AppKernel.php, (*4)
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new ClarifaiBundle\ClarifaiBundle(),
);
// ...
}
// ...
}
### Configuration
``` yaml
# app/config/config.yml
clarifai:
auth:
client_id: %client_id%
client_secret: %client_secret%
``` php $client = $this->conrainer->get('clarifai.api.client');, (*5)
TODO
```, (*6)
MIT
Image recognition for your Symfony2 project using Clarifai
MIT
image recognition clarifai
MIT