Skip to content

Real Time Sign Language - An app to translate sign language in real time

License

Notifications You must be signed in to change notification settings

PourquoiEstTu/rtsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtsl

Real Time Sign Language - An app to translate sign language in real time

Backend Setup

Please install pyenv, which we will use to make sure we are all on the same Python version. It lets you set local versions, so that you do not need to mess with your system version (and potentially break other projects you have).

Todo: create a "run.sh" that handles setting up venv.

# install pyenv if needed
pyenv install --skip-existing 3.13.3
pyenv virtualenv 3.13.3 rtsl-env
pyenv local rtsl-env
pip install -r requirements.txt

About

Real Time Sign Language - An app to translate sign language in real time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6