Giter Club home page Giter Club logo

drupal-rekognition_api's Introduction

Rekognition API

This module interacts with the AWS Rekognition service to identify objects and faces in photos. The module requires integration with an active Amazon Web Services (AWS) account, and also requires some initial setup in order to use with a Drupal site using the Media Entity and Media Entity Image modules.

Requirements

This module assumes you have configured a few entity types:

  • Taxonomy 'Name' (name)
  • Taxonomy 'Face' (face)
    • Field 'Name' (field_name) - entity reference to Name taxonomy.
  • Taxonomy 'Label' (label)
  • Media Image 'Image' (image)
    • Field 'Image' (field_image) that stores images in S3 (via the S3 File System module).
    • Field 'Label' (field_label) - entity reference to Label taxonomy.
    • Field 'Face' (field_face) - entity reference to Face taxonomy.

Also, you must be using the S3 File System module to store all Media Image images on Amazon S3 in a specific bucket.

AWS Setup - S3, Lambda, and Rekognition

This module includes an AWS CloudFormation stack template (inside the lambda folder) for quick and automatic set up of all the required resources and permissions to integrate S3, Lambda, and Rekognition so they work with your Drupal site.

See the detailed guide that's part of the Drupal Photo Gallery documentation for more details on how to use the AWS CLI to deploy this CloudFormation stack inside your own account.

Authors

This project was initially created during Acquia's 2017 Build Week Hackathon by:

drupal-rekognition_api's People

Contributors

geerlingguy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.