Creating a telegram bot to be able to take an image, take the face of that image and swap it with all other uploaded images from then on.
- Setting up Telegram bot using BotFather
- Setting up the base code for Telegram bot to receive input images
- Recognizing image as an image
- Using OpenCV for Facial Recognition in terms of pictures
- Output of four coordinates from picture face
- Using four coordinates from picture face to crop out only face
- Storing face into database
- Database to store cropped photo and new photos
- Attaching cropped photo face to new photo
- Ask for second picture onwards
- For second picture onwards, for every input, give output of cropped face pasted onto face of new picture