Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daviddlv/clarifai-bundle
- Owner: daviddlv
- Created: 2016-10-31T21:56:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T11:22:09.000Z (over 7 years ago)
- Last Synced: 2024-04-22T21:08:22.602Z (9 months ago)
- Topics: bundle, clarifai, image, php, recognition, symfony
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```