Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Image Object Detector Script

A python script that highlights a template that exists inside a provided image by utilizing computer vision.

Tech Stack

  • Python
    • numpy
    • imutils
    • opencv

Run Local

  • Clone this repository
git clone https://github.com/abhijeet007rocks8/Dev-Scripts
  • Change Directory
cd Dev-Scripts/"Python/Image_Object_Detector"
  • Install required dependencies
pip3 install numpy imutils opencv-python
  • type the following command to run the script
python3 script.py

Demonstration Video

2022-04-07_22-37-21.mp4