
Linux World Task 6
Task Description :-
โ๏ธ Create a program that performs the below-mentioned task 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.
๐ Second, it sends a WhatsApp message to your friend, it can be anything.
๐ When it recognizes a second face, it can be your friendโs or family memberโs face.
๐ Create EC2 instance in the AWS.
๐ Create 5GB EBS volume and attach it to the instance.
All the functionality of AWS is implemented using terraform script.
I would like to thank my teammates Adamaya Sharma , Ishika Sharma , Tushar Dhamale , Rohit Dhore for their continuous support.
STEP-01: Collecting samples for Dataset for model.


STEP-02: Creating the data.


STEP-03: Predicting the Accuracy of the model.

STEP-04: once ,it will detect the face ,will send the whatsapp message to a number and a mail message to the required mail.


STEP-05: If a second face will be detected, it will launch an 5GB EBS volume and attach it to the instance.

GitRepo :- https://github.com/Tanmay4443/Task-6.git
