Face Recognizer Utility Tool

Archishman Ghosh
3 min readJun 24, 2021

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.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Archishman Ghosh
Archishman Ghosh

Written by Archishman Ghosh

A final year engineering undergrad with a curious mind and filled with positivity. Always open-minded, ready to learn new skills and explore new domains.

No responses yet

Write a response