/aws-webrtc-recognition-example

Example with WebRTC , AWS Rekognition :+1:

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Simple Detect Face Example With AWS Rekognition and WebRTC Library

image

Technologies:

  • Amazon Rekognition
  • Nodejs
  • WebRTC (WebRTC is an open framework for the web that enables Real Time Communications in the browser)

Project Setup

  1. Setup AWS CLI : Aws CLI Installation

  2. Configure AWS from command line: aws configure AWS

  3. Enter AWS informations :

    image

  4. Create bucket on AWS . Bucket Name : "testBucket" .Create a Bucket

  5. Setup NodeJS on computer.

  6. Go project folder in command line and run this command: npm install

  7. After run npm install run this command : node sample.js

  8. Run Index.html on browser..