A mobile application that incorporates Meta's Sapiens family of models, Apple's new native speech to text library, and various other technologies to create a simulated translation of English speech to ASL.
git clone https://github.com/DRobinson4105/Simply-ASL.git
cd Simply-ASL
conda create -n simply_asl python=3.11
conda activate simply_asl
conda install -r requirements.txt
and install PyTorch following the official instructions
If you'd like to report a bug, request a feature, or contribute code, please submit an issue or pull request