DEPRECATED
The addon Google Vision is now deprecated and the corresponding feature was integrated inside the generic AI addon nuxeo-ai via the ai-gcp plugin.
Source: https://github.com/nuxeo/nuxeo-ai/tree/master/addons/nuxeo-ai-gcp-core
Package: https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-ai-gcp
The Nuxeo Vision addon provides a wrapper for Computer Vision Services. Currently, it supports the Google Vision API and the AWS Rekognition service. It allows retrieving relevant tags on images and videos. It also provides automation operations for customized re-use. The usages can easily be extended to a wide range of features including face recognition, auto-classification, OCR and more.
This plugin provides a wrapper for Computer Vision Services. Currently it supports the Google Vision API and the AWS Rekognition API.
- Configure a Google service account
- As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
- Upload the JSON key file on your instance
- Edit nuxeo.conf
org.nuxeo.vision.google.credential=<path to service account credential file>
Use alternatively org.nuxeo.vision.google.key
to provide an API key instead.
- Configure a key/secret pair in the AWS console
- Check the FAQ to see in which regions the API is available
- Edit nuxeo.conf
org.nuxeo.vision.default.provider=aws
nuxeo.aws.accessKeyId=
nuxeo.aws.secretKey=
nuxeo.aws.region=
##Plugin
- From the Nuxeo Marketplace: install the Nuxeo Vision package.
- From the Nuxeo server web UI "Admin / Update Center / Packages from Nuxeo Marketplace"
- From the command line:
nuxeoctl mp-install nuxeo-vision
Build requires the following software:
- git
- maven
N/A
git clone https://github.com/nuxeo/nuxeo-vision
cd nuxeo-vision
mvn clean install
- Install the marketplace package
###Google Vision
- Configure a Google service account
- As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
- Upload the JSON key file on your instance
- Edit nuxeo.conf
org.nuxeo.vision.google.credential=<path to service account credential file>
Use alternatively org.nuxeo.vision.google.key
to provide an API key instead.
###AWS Rekognition
- Uses the credentials defined by the Nuxeo AWS service.
- Check the FAQ to see in which regions the API is available
- Edit nuxeo.conf
org.nuxeo.vision.default.provider=aws
nuxeo.aws.accessKeyId=your_AWS_ACCESS_KEY_ID
nuxeo.aws.secretKey=your_AWS_SECRET_ACCESS_KEY
nuxeo.aws.region=your_AWS_REGION
Plugin Documentation Google Vision AWS Rekognition
The Nuxeo Platform is an open source customizable and extensible content management platform for building business applications. It provides the foundation for developing document management, digital asset management, case management application and knowledge management. You can easily add features using ready-to-use addons or by extending the platform using its extension point system.
The Nuxeo Platform is developed and supported by Nuxeo, with contributions from the community.
Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.