##Features
- Capture video frames and perform hand sign detection.
- Python 3.10 or higher
- Virtualenv (optional but recommended)
-
Clone the repository:
git clone https://github.com/ofmukesh/HackCBS-Central-Intelligence.git cd HackCBS-Central-Intelligence
-
(Optional) Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate
-
Install the required dependencies from requirements.txt:
Copy code pip install -r requirements.txt
- Start the Flask application:
python app.py
- Open your web browser and navigate to http://127.0.0.1:8000 to access the web interface.