This code detects two objects face and phone, by using the library called open-cv & Teachable Machine. Open-cv is an open-source library for the computer vision. Which Provides the machine to recognize the faces and objects. I trained the data set with Teachable Machine.
By using it, one can process images and videos to identify objects, faces.
Object Detection is a computer technology related to computer vision, image processing, and deep learning that deals with detecting instances of objects in images and videos.
To get started you will need to install pip packages
Run The following command in the terminal to install opencv.
pip install opencv-python
To install cvzone you will need to install pip install cvzone