Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 698 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 698 Bytes

Object-Detector

A project written in Python using OpenCV, that helps to detect objects. This project has a sweet balance between speed and accuracy.

You will be able to run this project in real time and will be able to identify objects that has a detection accuracy of over 50%!

Pre-requisites

  • Python

Installation

  1. Clone this repository

git clone https://github.com/ameeshagireesh/Object-Detector.git

  1. Move into the folder

cd Object-Detector

  1. Set up a virtual environment

pip install virtualenv

python -m virtualenv .

source bin/activate

  1. Install required libraries

pip install opencv-python

  1. Run using python interpreter