Skip to content

sguitter/nuxeo-vision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About / Synopsis

This plugin provides a wrapper for Computer Vision Services. Currently it supports the Google Vision API.

Installation

org.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE
  • From the Nuxeo Marketplace: install the Sample Nuxeo Package.
  • From the Nuxeo server web UI "Admin / Update Center / Packages from Nuxeo Marketplace"
  • From the command line: nuxeoctl mp-install nuxeo-vision

Code

QA

Build Status

Requirements

Build requires the following software:

  • git
  • maven

Limitations

N/A

Build

  • Enable the Vision API from the google developer console
  • As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
  • Get an API key from the Google Developer Console
git clone https://github.com/nuxeo/nuxeo-vision
cd nuxeo-vision
mvn clean install -Dorg.nuxeo.vision.test.credentail.key=MY_KEY

Deploy (how to install build product)

  • Install the marketplace package
  • Configure a service account
  • Upload the JSON key file on your instance
  • Edit nuxeo.conf
org.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE

Resources (Documentation and other links)

Plugin Documentation Google Vision

Contributing / Reporting issues

JIRA

License

Apache License, Version 2.0

About Nuxeo

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.

About

Computer Vision Services Wrapper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%