Face Recognition and alerting

Gokul Krishna R
2 min readJun 24, 2021

Task Description πŸ“„

❄️ Create a program that perform below mentioned task upon recognizing a particular face.

πŸ“Œ When it recognize your face then -
πŸ‘‰ It send mail to your mail id by writing this is face of your_name.
πŸ‘‰ Second it send whatsapp message to your friend, it can be anything.

πŸ“Œ When it recognize second face, it can be your friend or family members face.
πŸ‘‰ Create EC2 instance in the AWS using CLI.
πŸ‘‰ Create 5 GB EBS volume and attach it to the instance.

  1. To recognize a face we need training data for the same face. We used Webcam to capture multiple images and crop only the object(face) from the images, labeled and saved them.

2. Once the DataSet is created, we trained the model using it.

3. As per the Task, we have added two functions to our program:
- Send WhatsApp message and mail when recognized face is detected.
- When second face is detected, launch EC2 instance and EBS volume.

4. Recogonize face and send alerts accordingly.

OTUPUT:

Wats App Notification:

AWS-EC2:

AWS-EBS:

Refer our Git-hub URL more information.

Thanks for Reading …!!!

--

--