You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine Learning for Hand Gesture Recognition Applied to LIBRAS (Brazilian Sign Language)
An application that uses Machine Learning capable of judging with precision if the gesture made with the hand is ornot a vowel of the Brazilian Sign Language, through a webcam.
# Clone this repository:
git clone https://github.com/ericxlima/Hand_Gestures_LIBRAS.git
# Entry in Directory:cd Hand_Gestures_LIBRAS
# Activate your virtual environment# Install all requirements
pip3 install -r requirements.txt
# Run the application
python3 main.py