Posts

Image
 Face Recognition 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.   Step 1:- Let's get started with this task.  For the model to recognise a face it should first get trained and for training a model we require a dataset. So our basic requirement is to create a dataset. For that we need a face classifier which will detect the coordinates of face. Here we are going to use  haarcascade_frontalface_default.xml  classifier. For creating a dataset we are going to collect 100 samples of face and resize them to a fixed ...