This is a smart door lock system using a Raspberry-pi, a RFID reader, a webcam and a smart phone. It gives 3-way authentication for residents as well as guest.
For Residents:
- RFID tag
- Registered pin
- OTP on their phone.
For Guests:
- QR code scan and message the resident
- Approval from Resident after viewing the guests from their smartphones using a webcam
- OTP on their phone
This could be acheived by using a twilio account for SMS sending, PHPmysql for storing the database and the access log.