This project uses Template Matching technique for object detecting by detection of template image over base image

This project uses Template Matching technique for object detecting by detection the template image over base image.
REQUIREMENTS
pip install opencv-python
pip install Tkinter
📝 CODE EXPLANATION
Importing Differnt Libraries
import cv2
import tkinter as tk
from