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 size and store in a folder. Path of that folder where the samples are to be collected is provided in file_name_path .
Create EC2 instance in the AWS using CLI.
Create 5 GB EBS volume and attach it to the instance.
For this code you must have to download AWS-CLI in your system.
For launching EC2 instance
"aws ec2 run-instances --image-id <<ami-011c99152163a87ae>> --count 1 --instance-type t2.micro --key-name <<AWSkey>> --security-group-ids <<sg-61c4031d>> --subnet-id <<subnet-0fb84c64>>"
"aws ec2 create-volume --volume-type gp2 --size 5 --availability-zone ap-south-1a"
For attaching instance to this volume
"aws ec2 attach-volume --volume-id <<vol-02aeff71c4a3d2b9a>> --instance-id <<i-09e04db71d14e0d16>> --device <</dev/sdf>>"










This comment has been removed by a blog administrator.
ReplyDeleteThank you for this , very helpful to me. :))
ReplyDeletethank you
DeleteDo visit my other blogs!
ReplyDeleteAwesome !!
ReplyDeleteGreat work π
ReplyDeleteGreat ππ»
ReplyDeleteNice ππ»π
ReplyDeleteNice
ReplyDeleteGreatπ
ReplyDeleteGood
ReplyDeleteGood
ReplyDelete