An open API service indexing awesome lists of open source software.

https://github.com/okandavut/aws-webrtc-recognition-example

Example with WebRTC , AWS Rekognition :+1:
https://github.com/okandavut/aws-webrtc-recognition-example

amazon aws nodejs rekognition webrtc

Last synced: 10 months ago
JSON representation

Example with WebRTC , AWS Rekognition :+1:

Awesome Lists containing this project

README

          

Simple Detect Face Example With AWS Rekognition and WebRTC Library
-------------

[![image](http://i.hizliresim.com/7qL6DN.png)](http://hizliresim.com/7qL6DN)
-------------

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](http://docs.aws.amazon.com/cli/latest/userguide/installing.html)
2. Configure AWS from command line: `aws configure AWS`
3. Enter AWS informations :



[![image](http://i.hizliresim.com/GBJ90Z.png)](http://hizliresim.com/GBJ90Z)

4. Create bucket on AWS . Bucket Name : "testBucket" .[Create a Bucket](http://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html)
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..