prakharjadaun / Real-Time-Object-Detection-System-using-Deep-Learning-Techniques

This project contains python scripts to perform enhanced object detection on images, videos and in real time using deep learning models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

Project Description πŸ“‹

The objective of this project is to develop a real-time object detection system using deep learning models. Object detection is a computer vision task that involves identifying and localizing objects within an image or video. This project will focus on developing a system that can detect multiple objects in real-time, with high accuracy and efficiency.

To achieve this goal, the project will make use of deep learning models, specifically convolutional neural networks (CNNs) and object detection frameworks such as YOLO (You Only Look Once) and its different versions. These models have been shown to achieve state-of-the-art performance on object detection tasks.

Data πŸ“Š

The data that has been used up in the respected files such as weights, cfg, images and videos has been uploaded here.

About

This project contains python scripts to perform enhanced object detection on images, videos and in real time using deep learning models.

License:MIT License


Languages

Language:Python 83.4%Language:HTML 16.6%