Skip to content

Installation Guide

Akhil Mahesh edited this page Mar 14, 2025 · 1 revision

Prerequisites

  • Hardware:

    • Webcam-enabled device
    • Minimum 4GB RAM (2GB minimum; 4GB recommended for optimal performance)
  • Software:

    • Python 3.9 or later
    • Operating Systems: Windows 7 or later, macOS 10.12 or later, or Linux (64-bit)

Steps to Install

  1. Clone the Repository:

    git clone https://github.com/RhythmusByte/Sign-Language-to-Speech.git
    cd Sign-Language-to-Speech
  2. Set Up a Virtual Environment:

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

    • Windows:
      .venv\Scripts\activate
    • Linux/MacOS:
      source .venv/bin/activate
  4. Install Dependencies:

    pip install -r requirements.txt
  5. Run the Application:

    python Application.py

Refer to the Software Requirements Specification in the project report for detailed hardware and software requirements.

πŸ“Œ Getting Started

  1. Project Overview
  2. Features & Objectives
  3. Installation Guide
  4. Usage Guide

πŸ— Development & Architecture

  1. System Architecture & Design
  2. Implementation Details

πŸ›  Testing & Enhancements

  1. Testing & Quality Assurance
  2. Future Enhancements

🀝 Community & Contributions

  1. Contributing Guidelines
  2. Discussions & Support

πŸ“œ Legal & References

  1. License & References

πŸ“Œ Full Project Report:
πŸ“– Download Detailed Documentation

Clone this wiki locally