Face Recognizer

Face Recognizer

Thursday, June 24, 2021

Hello Fellas!!!

This post a task given by Mr. Vimal Daga sir during my summer internship program.  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 5GB EBS volume and attach it to the instance.

Create Face Dataset :

First we need to create face dataset. The data set will contain 100 image sample of a face.

No alt text provided for this image

Importing Face Dataset:

Now we need to import the face dataset that we have created.

No alt text provided for this image

Email Function:

Here we will define a function for sending email. The email will contain the information of the face owner that is recognized by our module. 

No alt text provided for this image

WhatsApp Message Function:

Now we will define a function that will automatically send a message to a number containing the details of the face owner.

No alt text provided for this image

AWS EC2 Launch Function:

Here we will create a function to create a EC2 instance and attach a 5GB EBS volume to it. 

No alt text provided for this image

Final Code:

Now we will create a program that will run the above created functions. This is the final step.

No alt text provided for this image

So finally, we have successfully created a python program that detects our face using opencv and automatically sends a WhatsApp message, an email and launches a AWS EC2 instance and attach a 5GB EBS volume to the instance.

Thank you for your valuable time reading this article. Do comment as your review matters a lot... Until then see you next time.


To view or add a comment, sign in

More articles by Shubham Pandit

  • Object Recognition using CNN model

    📌 In this task : 👉Create a model that will detect a car in a live stream or video and recognize characters on the…

  • Industry Usecase of JavaScript

    Introduction JavaScript is a programming language used primarily by Web browsers to create a dynamic and interactive…

  • Javascript Integration with Docker

    Python CGI with Docker (Task 7) In this project, I have integrated python with Docker !! Python is one of the most…

  • Kubernetes Integration with Python-CGI

    LW_DATE_28_06_2021_Task 09 Kubernetes Kubernetes (also known as k8s or “kube”) is an open source container…

  • K-Means clustering

    Task Description Create a blog/article/video about explaining k mean clustering and its real usecase in the security…

  • CYBER SECURITY AND CONFUSION FUNCTION.

    confusion matrix When we get the data, after data cleaning, pre-processing and wrangling, the first step we do is to…

Explore content categories