项目作者: ankushjain2001

项目描述 :
A Smart Door Authentication system built on Amazon Web Services (AWS). It performs face recognition on a live streaming video of the doorway and issues an alert to the house owner (via SMS and Email) when a new or old visitor arrives.
高级语言: JavaScript
项目地址: git://github.com/ankushjain2001/Smart-Door-Authenticator.git
创建时间: 2021-01-15T07:28:25Z
项目社区:https://github.com/ankushjain2001/Smart-Door-Authenticator

开源协议:

下载


Smart Door Authenticator

A Smart Door Authentication system that performs face recognition on a live streaming video of the doorway and issues an alert to the house owner (via SMS and Email) when a new or old visitor arrives. It is a serverless microservice-driven web application hosted on AWS. It is built by utilizing the AWS services such as

  • Kinesis Video Streams (Video Stream & Analysis)
  • Rekognition (Face detection)
  • S3 (Web hosting)
  • API Gateway (API hosting)
  • Lambda (Serverless compute)
  • DynamoDB & Elasticsearch (Data stores)
  • SNS & SES (SMS & Email notification)

Contributors