SignLanguageInterpreter is an advanced AI model that predicts sign language from images and videos. It can interpret sign language gestures and translate them into text, as well as convert text into sign language representations.
CAUTION: YOU WILL HAVE TO DOWNLOAD A HUGE DATASET AND TRAIN THE MODEL ON IT FOR A LONG TIME TO GET GOOD RESULTS
-
Clone the repository:
gh repo clone Raghav-Kochhar/Sign-Language-Interpreter
-
Install the required dependencies:
pip:
pip install -r pip_env.txt
conda:
conda env create -f conda_env.yml
-
Download the model I have already trained and save it in the models folder: https://drive.google.com/file/d/1--SnAVYGYv3SLtUVYm3Z5UkFV-Z1725D/view?usp=drive_link
-
Set up Google Drive integration for data storage (follow Google Colab instructions if using Colab)
-
Prepare your config.yaml file with necessary parameters
-
Run the Dataset downloader script:
python script.py
-
Run the main script:
python app.py