Technologies:
- Amazon Rekognition
- Nodejs
- WebRTC (WebRTC is an open framework for the web that enables Real Time Communications in the browser)
-
Setup AWS CLI : Aws CLI Installation
-
Configure AWS from command line:
aws configure AWS
-
Enter AWS informations :
-
Create bucket on AWS . Bucket Name : "testBucket" .Create a Bucket
-
Setup NodeJS on computer.
-
Go project folder in command line and run this command:
npm install
-
After run npm install run this command :
node sample.js
-
Run Index.html on browser..