Face Recognizer Utility Tool
Description π
βοΈ A program that performs the below-mentioned tasks upon recognizing a particular face.
π When it recognizes your face then β
π It sends mail to your mail-id by writing this is the face of your_name.
π Secondly, it sends a WhatsApp message to your friend.
π When it recognizes the second face, it can be your friend or family member's face.
π Create EC2 instance in the AWS.
π Create 5 GB EBS volume and attach it to the instance.
β NOTE: All the codes have been written using Python and the AWS functionality has been implemented using Terraform.
Import Libraries:
The needed libraries are as follows:
Create Face Dataset:
We need to create the face detection dataset for our model to work.
Importing Face Dataset:
Now, we need to import the dataset that we just created above.
Email Function:
This is the function to send emails. The password have been stored in a separate file to protect it.
WhatsApp Message Function:
This is the function to send WhatsApp messages.
AWS EC2 Launch Function:
Here first, we need to create a Terraform file that will launch our AWS Infrastructure.
Now, the python function to execute this tf file.
Driver Program:
Finally, we have the driver program to run the above-created functions as per need.
So, this is the end of the project.
Thanks for stopping by.