Giter Club home page Giter Club logo

object-detection's Introduction

Object Detection

Temporary repo created as a proof of concept for a Object Detection application.

Setup

Before starting this procedure, make sure you have Python 3.10 installed on your system.

Step 1: Clone the Repository

Clone this repository to your local machine using Git:

git clone https://github.com/elkike8/object-detection.git
cd object-detection

Step 2: Activate Python Venv

Initialize the python environment by running the following command inside the project folder.

python -m venv venv

Activate the venv by running the following on Windows:

venv\Scripts\activate

or on Mac / Linux:

source venv/bin/activate

Step 3: Install requirements

All required python packages are found in requirements.txt and can be installed by running:

pip install -r requirements.txt

Step 4: Add the videos to be tested

There is a directory in place called /test-videos/. Save any video you want the app to have access to there. This directory can be modified in the app.py file if desired.

Step 5: Run the app

After creating the environment and installing the requirements use the run the app using the command:

streamlit run app.py

object-detection's People

Contributors

elkike8 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.