GithubHelp home page GithubHelp logo

codealpha_object_detector's Introduction

Real-time Object Detector

This is the first task in the CodeAlpha AI internship.

This repository contains code for a real-time object tracker and detection system implemented using the YOLO (You Only Look Once) model specifically, YOLOv8. The system is capable of detecting and tracking objects in existing videos as well as in real-time using a webcam feed.

Overview

The project is divided into the following files:

  • detector.py: module contains the work with the YOLO model in the two scenarios.
  • app.py: module contains simple UI using tkinter that deals with detector.py in the background.
  • requirements.txt: dependencies needed to be able to run the project.

Tools

Features

  • Object detection and tracking in existing videos.
  • Real-time object detection using a webcam.
  • Support for multiple object classes.
  • Adjustable versions of the YOLO model.

Demo

Demo

Usage

  1. Clone the repository:

    git clone [email protected]:mohamedhassan218/CodeAlpha_Object_Detector.git
  2. Create a Virtual Environment:

    python -m venv .venv
  3. Activate the Virtual Environment:

    • On Windows:

      .venv\Scripts\activate
    • On Unix or MacOS:

      source .venv/bin/activate
  4. Install the required dependencies:

    pip install -r requirements.txt
  5. Run the main script:

    py app.py

Contributing

Contributions are welcome! If you have any suggestions, bug fixes, or improvements, please feel free to open an issue or create a pull request.

codealpha_object_detector's People

Contributors

mohamedhassan218 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.