Take 2 photographs in your system and crop one photo face and paste it on another photographs

Pranav wagh
Aug 23, 2023

--

This is the python code to take 2 photographs in system and crop one photo face and paste it on another photograph.

For this need to be install cv2 library.

#pip install cv2

Then import this library in code.

import cv2

--

--