Skip to content

This project is an object detection and object counting tool built in Python. It uses computer vision techniques and deep learning models to detect objects in images and videos. The object detection is performed using the YOLO algorithm, and the object counting is done using OpenCV.

Notifications You must be signed in to change notification settings

arpitmaur07/Object-Detection-and-Object-Counting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection and Object Counting 🛠📞👷‍♂️

Welcome to my object detection and object counting project! This project is designed to detect objects in images and videos and provide the total count of objects detected.

Project Overview 🤷‍♀️🤷‍♂️

This project utilizes computer vision techniques and deep learning models to detect objects in images and videos. The object detection is performed using the YOLO (You Only Look Once) algorithm, and the object counting is done using OpenCV..

Getting Started 👨‍🔧

To get started with this project, you will need to have Python 3 installed on your machine. You will also need to install the following Python modules:-

-Numpy
-OpenCv

You can install these modules using pip by running the following command:-

pip install opencv-python numpy

Once you have installed these modules, you can clone the repository and run the main.py file to start the assistant.

Usage 🧗‍♂️

To use the object detection and counting tool, simply run the object_detection.py file. The tool will ask you to specify the path to the image or video file you want to analyze. The tool will then detect objects in the image or video and provide the total count of objects detected.

Contributing😊

If you would like to contribute to this project, feel free to fork the repository and submit a pull request. Please make sure that your code follows the PEP 8 style guide and includes tests where appropriate.

About

This project is an object detection and object counting tool built in Python. It uses computer vision techniques and deep learning models to detect objects in images and videos. The object detection is performed using the YOLO algorithm, and the object counting is done using OpenCV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages