Face Recognizing Using Python and AWS.

Divyansh garg
2 min readJun 24, 2021

Hello Friends!!!

I’m back with another interesting article in which I’m going to show you some tasks performed by my side.

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.

📍 Secondly it send Whatsapp message to your friend , it can be anything.

📌 When it recognize second face , it can be your friend and family member face.

📍 Create EC2 instance in the AWS using CLI.

📍 Create 5GB EBS volume and attach it to the instance.

SOLUTION:-

Step 01:- We have to create a face recognition model by writing python code.

Step 02:- Trained the model and recognize the face.

ADDING YOUR EMAIL ACCOUNT DETAILS TO SEND AND RECIEVING MAIL

Output will be :-

📍 Now we will create a EC2 Instance of it.

That’s it. The task is successfully completed.

Hope you liked it.

Below is the link to my Github profile:-

https://github.com/divyanshgarg01/TASK6.git

--

--