One-Touch-Sign-to-Sign Translation is an API service for enabling Sign-to-Sign Language Translation and Sign-to-Text Interpretation for inclusive global communication.
Before you begin, ensure that you have the following prerequisites:
To get started with the One-Touch-Sign-to-Sign-Translation project, follow these steps:
pip install -r requirements.txt
Open the .env file and add the required credentials for Azure AI Translation in the SUBSCRIPTION_KEY
and SUBSCRIPTION_REGION
. Then add the required credentials for the Azure Text-to-Speech service in
SPEECH_KEY
and SPEECH_REGION
- Copy the limited access service_account details provided for demoing to gkey.json
source '[path-to-my-home]/google-cloud-sdk/path.bash.inc'
source '[path-to-my-home]/google-cloud-sdk/completion.bash.inc'
Start the One Touch flask web service:
python sign_translation.py
Now you can utilize the web service to enable Sign-to-Sign and Sign-to-Text following the notebook demo