TASK 6
TEAM TASK
❄️ 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.
👉 Send sms of your name
>> First we have created a program which using cv2 which will detect face and if it detects our face then further programs will be executed
FACE RECOGNITION
>> Now after face recognition we have to send sms, so we have to input sender and receiver emails
EMAIL SENDING
>> To send whatsapp message we have use pywhatkit module and for SMS we firstly created twilio account to get SID and Auth Token numbers and then send SMS to mobile number
WHATSAPP AND SMS SENDING
GITHUB LINK - https://github.com/PRASOON-MAURYA/LW-Summer-Tasks/commit/f314aac7e252629366a4d468ebdc790fd50cedae