Sign-Language-to-Text icon indicating copy to clipboard operation
Sign-Language-to-Text copied to clipboard

A python based app which can convert the shown sign language using hand to text in real time

Results 30 Sign-Language-to-Text issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.9.0 to 2.9.3. Release notes Sourced from tensorflow's releases. TensorFlow 2.9.3 Release 2.9.3 This release introduces several vulnerability fixes: Fixes an overflow in tf.keras.losses.poisson (CVE-2022-41887) Fixes a...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.10.15 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

(sltt) D:\Sign-Language-to-Text-master\Sign-Language-to-Text-master>python preprocessing.py 0 0 0

I've searched a lot to install hunspell in windows, unfortunately there is no way to figure it out till date. Any solution to this problem is welcome. app.py will work...

tina@tina:-/tinas /bin/python3 /home/tina/tina/Sign-Language-to-Text-master/collect-data.py [WARN:0] global /tmp/pip-req-build-afu9cjzs/opencv/modules/videoio/src/cap_v4l.cpp (890) open VIDEOIO (V4L2: /dev/video0): can't open camera by index Traceback (most recent call last): File "/home/tina/tina/Sign-Language-to-Text-master/collect-data.py", line 112, in x1= int(0.5 frame.shape [1])...

This will resolve issue of hunspell for all users

File "app.py", line 17 self.hs = hunspell.HunSpell('/usr/share/hunspell/en_US.dic', '/usr/share/hunspell/en_US.aff') ^ IndentationError: unindent does not match any outer indentation level

hi, im student in korea and i was trying to use this code, so i download this project, and i run in this course collecte.py - preprocessing.py- image,processingpy - train.py...

Fixed some path and indentation errors in app.py Also did some pep8 formatting in all python files