This no code interface will serve to be a proof-of-concept for sign language translation across English, Spanish, and Chinese.
conda env create environment.yaml
conda activate hands
cd semi-supervised-ASL
streamlit run hands.py
The streamlit app composes of 3 main modules.
- Upload video to obtain pose.
- Train a neural network that recognizes sign langugage.
- Translate into other languages.