-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
Akhil Mahesh edited this page Mar 14, 2025
·
1 revision
-
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)
-
Clone the Repository:
git clone https://github.com/RhythmusByte/Sign-Language-to-Speech.git cd Sign-Language-to-Speech
-
Set Up a Virtual Environment:
python -m venv .venv
-
Activate the Virtual Environment:
-
Windows:
.venv\Scripts\activate
-
Linux/MacOS:
source .venv/bin/activate
-
Windows:
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
python Application.py
Refer to the Software Requirements Specification in the project report for detailed hardware and software requirements.
This Wiki serves as the central documentation hub for the Sign Language to Speech Conversion project.
For updates, discussions, or inquiries:
- π Report issues or request features: GitHub Issues
- π¬ Join the discussion: GitHub Discussions
- π€ Contribute to the project: Contribution Guidelines
For any additional questions, please contact the project maintainers through the repository.