Skip to content

This project focuses on developing a system for translating spoken language into sign language. The goal is to create an accessible communication tool for individuals who are deaf or hard of hearing, allowing them to understand spoken language by converting it into sign language.

Notifications You must be signed in to change notification settings

nila-2003/speechToSignLanguage

Repository files navigation

Overview


The project utilizes a combination of deep learning techniques, including transformers and attention mechanisms, to build a model capable of translating speech to sign language. It involves processing input audio signals, extracting relevant features, and generating corresponding sign language gestures.

Features

Speech Processing : The system takes input audio signals as speech input.
Deep Learning Model : Utilizes transformer-based architectures for translation tasks.
Sign Language Generation : Translates speech into sign language gestures.
Training and Testing : Includes functionalities for training and testing the model.
Command-Line Interface : Provides a command-line interface for easy interaction.

Set Up and Installation

  1. Clone the repository
git clone https://github.com/nila-2003/speechToSignLanguage.git
  1. navigate to the project directory
cd speechToSignLanguage
  1. Installing the dependencies
pip install -r requirements.txt
  1. Training the model
python __main__.py train ./Configs/Base.yaml
  1. Testing the model
python __main__.py test ./Configs/Base.yaml ./Models/best.ckpt

About

This project focuses on developing a system for translating spoken language into sign language. The goal is to create an accessible communication tool for individuals who are deaf or hard of hearing, allowing them to understand spoken language by converting it into sign language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages