This project utilizes computer vision techniques to recognize and interpret sign language gestures in real-time using a webcam.
Follow these steps to set up the project on your local machine:
- Python installed on your system. You can download and install Python from the official website: Python.org.
- Jupyer Notebook
pip install notebook
-
Clone the repository to your local machine:
git clone https://github.com/your-username/sign-language-recognition.git
-
Navigate to the project directory and open terminal and cd to the project directory
-
Install the required libraries:
pip install -r requirements.txt
alternatively you can install the libraries usingpip install mediapipe opencv-python pyttsx3 pillow
- Launch Jupyter Notebook from cmd -->
jupyter notebook
- Open the project notebook (.ipynb file) in Jupyter Notebook.
- Run code cell in the notebook to run the project.
- the program should be running and ready to take your inputs, please refer to the 5_demo.mp4 to see how to use the GUI of the program
Sign Language.ipynb
: Jupyter Notebook containing the main project code.README.md
: Documentation providing instructions and information about the project.requirements.txt
: List of required Python libraries for easy installation.