Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 646 Bytes

Simply ASL

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.

Installation

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

Contributions

If you'd like to report a bug, request a feature, or contribute code, please submit an issue or pull request