Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 951 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 951 Bytes

Smart Door-Lock System using RPI and AWS Rekognition API

Recognition of person using face recognition system, using raspberry pi camera module,deploying the data over AWS cloud computing platform.

Hardware and software requirements

Hardware

  1. Raspberry Pi 3B
  2. Raspberry Pi Camera Module v2
  3. LED
  4. Ethernet Cable
  5. Jumper Wires
  6. Breadboard

Software

  1. Raspbian
  2. AWS Cloud Platform
  3. Rekognition API
  4. S3 Cloud Storage Platform
  5. Boto 3
  6. MIME
  7. SMTP

Purpose

• An automated unlocking system of doors which unlocks the door if the image of person standing outside is recognised else sends notifies owner of a stranger outside his/her home.

Behaviour

System should analyse the image of the stranger standing outside the house. If the image matches to the database door should unlock else notify owner.

Data Analysis Requirement

System should perform local analysis of data. Images of faces are sent to cloud for analysis.