In our society, there is a persistent language barrier between the hearing and the deaf. To bridge this gap, we created TigerAssist, a machine learning-based application that converts alphabets of the American Sign Language to English language text. The program utilizes machine learning algorithms as well as virtual reality, computer vision and big data processing to parse live sign language gestures to text.
Find the project at Devpost.
Software:
- Install Python >= 3.0
- Install PyCharm or any text editor
- Clone the repo
Hardware:
- Install LeapMotion* sdk
*If you're using Python version >= 2.7.0, you will need to compile leapPython as described here: https://support.leapmotion.com/hc/en-us/articles/223784048
- LeapMotion Controller
- A Computer!
pip install -r requirements.txt
Open the source folder, import project into pycharm or run the following in the command line:
python main.py
- opencv - Image processing
- sklearn - Machine Learning algorithms
- Leap - Used to interract with the Leap Controller
- Other preprocessing libraries like numpy, scikit, re, itertools, requests
Feel free to submit pull requests directly.
We use PyCharm libs and pip for versioning.
- Python
- C++
- Versatility: The model can be trained with any set of lexicons: say convert a gesture to the word "beer" (challenged by Constellation Brands)
- Easy accessibity services for the Deaf
- Automate home appliances with hand gestures
- Increased accuracy due to two input sources (LeapMotion Controller and Webcam) - Leap VR (0.64) and Computer Vision (0.73)
- HoG algorithm and SVM model boosted learning accuracy
- Make camera wait until hand is detected
- Train with larger dataset to recognize more Hand Gestures
- Add a text to speech feature for virtual communication
- Port python backend to be used in Android app for portability
- Better classifier between light sources and white background
- Ayush Rout
- Brandon Chen
- Jack Xu
- https://developer.leapmotion.com/documentation/python/devguide/Sample_Tutorial.html
- https://support.leapmotion.com/hc/en-us/articles/223784048
https://drive.google.com/open?id=1uE14NQjI--NLLnG2NqrXQ2nJ0pkpzZQM