Skip to content

akshargrover/HackCBS-Central-Intelligence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackCBS-Central-Intelligence

##Features

  • Capture video frames and perform hand sign detection.

Getting Started

Prerequisites

  • Python 3.10 or higher
  • Virtualenv (optional but recommended)

Installation

  1. Clone the repository:

    git clone https://github.com/ofmukesh/HackCBS-Central-Intelligence.git
    cd HackCBS-Central-Intelligence
  2. (Optional) Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  3. Install the required dependencies from requirements.txt:

    Copy code
    pip install -r requirements.txt

Running the Application

  1. Start the Flask application:
python app.py
  1. Open your web browser and navigate to http://127.0.0.1:8000 to access the web interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.3%
  • Python 43.7%