Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daviddlv/clarifai-bundle

Symfony bundle providing integration of Clarifai's API
https://github.com/daviddlv/clarifai-bundle

bundle clarifai image php recognition symfony

Last synced: about 2 months ago
JSON representation

Symfony bundle providing integration of Clarifai's API

Awesome Lists containing this project

README

        

ClarifaiBundle
==============

This bundle provides integration with [Clarifai](https://www.clarifai.com) with Symfony2.

Installation
------------

Step 1: Download the Bundle
---------------------------

Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

$ composer require daviddlv/clarifai-bundle

Step 2: Enable the Bundle
-------------------------

Then, enable the bundle by adding it to the list of registered bundles
in the ``app/AppKernel.php`` file of your project:

``` php
conrainer->get('clarifai.api.client');

TODO
```