Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 995 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 995 Bytes

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..