All Projects → okandavut → aws-webrtc-recognition-example

okandavut / aws-webrtc-recognition-example

Licence: Apache-2.0 license
Example with WebRTC , AWS Rekognition 👍

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to aws-webrtc-recognition-example

Userscripts
A collection of scripts that make spending time on the web easy.
Stars: ✭ 52 (+188.89%)
Mutual labels:  amazon
Amazon-SP-API-CSharp
.Net C# library for the new Amazon Selling Partner API
Stars: ✭ 95 (+427.78%)
Mutual labels:  amazon
HuntTheYetiAlexa
Play the game Hunt the Yeti on the Amazon Echo
Stars: ✭ 17 (-5.56%)
Mutual labels:  amazon
emojic.ch
顔認識で人の顔を😇に変換するWebサービス「えもじっく」
Stars: ✭ 13 (-27.78%)
Mutual labels:  rekognition
CloudHunter
Find unreferenced AWS S3 buckets which have CloudFront CNAME records pointing to them
Stars: ✭ 31 (+72.22%)
Mutual labels:  amazon
go-avs
A simple package for communicating with Amazon’s HTTP/2 API for AVS.
Stars: ✭ 25 (+38.89%)
Mutual labels:  amazon
AmazonPrime-ReactJS-Clone
Amazon Prime Clone in ReactJS. I have made a Amazon Prime Clone web version in ReactSJ. All the data is dynamic and even has the facility of Watching Trailers. Play around with the app. Link given in ReadMe
Stars: ✭ 45 (+150%)
Mutual labels:  amazon
node-amazon
E-commerce website done in Node, and Angular 11 (SSR)
Stars: ✭ 48 (+166.67%)
Mutual labels:  amazon
mws-sdk
JavaScript SDK for Amazon Marketplace Web Services (MWS)
Stars: ✭ 23 (+27.78%)
Mutual labels:  amazon
alexa-verifier-middleware
An express middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon.
Stars: ✭ 31 (+72.22%)
Mutual labels:  amazon
django-s3file
A lightweight file upload input for Django and Amazon S3
Stars: ✭ 66 (+266.67%)
Mutual labels:  amazon
shelvery-aws-backups
Automating EBS RDS EC2 backups on lambda
Stars: ✭ 31 (+72.22%)
Mutual labels:  amazon
alexa-spotify-connect
Control Spotify Connect devices with Alexa
Stars: ✭ 92 (+411.11%)
Mutual labels:  amazon
Home-Assistant
Home-Assistant-Config
Stars: ✭ 186 (+933.33%)
Mutual labels:  amazon
aws-sqs-sns-client
AWS SNS SQS client UI
Stars: ✭ 26 (+44.44%)
Mutual labels:  amazon
formations
Supports de cours des formations OpenStack et conteneurs de la société alter way
Stars: ✭ 43 (+138.89%)
Mutual labels:  amazon
ngx-aws-deploy
☁️🚀 Deploy your Angular app to Amazon S3 directly from the Angular CLI 🚀☁️
Stars: ✭ 84 (+366.67%)
Mutual labels:  amazon
terraform-emr-spark-example
An example Terraform project that will configure a Secure and Customizable Spark Cluster on Amazon EMR.
Stars: ✭ 43 (+138.89%)
Mutual labels:  amazon
chkdfront
Check Domain Fronting (chkdfront) - It checks if your domain fronting is working
Stars: ✭ 42 (+133.33%)
Mutual labels:  amazon
SelSum
Abstractive opinion summarization system (SelSum) and the largest dataset of Amazon product summaries (AmaSum). EMNLP 2021 conference paper.
Stars: ✭ 36 (+100%)
Mutual labels:  amazon

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].