Skip to content

TibGva/AWSRekognitionExample-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example with WebRTC , AWS Rekognition 👍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • HTML 20.6%