/hand-gesture-recognition

Translating hand gestures to English letters

Primary LanguagePython

hand-gesture-recognition

Translating hand gestures to English letters

https://sign-language-app.herokuapp.com/

Roles

  • Bach: Data capture, deep learning model build, web deploy
  • Dat: Data capture, build website, Random Forest classifier
  • H.Nam: Website building and deployment

Dataset:

Model:

Evaluation

  • Test dataset: On-class - sign_mnist_test_custom.csv
  • sign_mnist_train.csv:
    • eval_original
  • sign_mnist_train_custom.csv:
    • eval_original

To-do

  • Automatic detect hand gesture (localization)
  • Classify complex gestures (time series data) or hand animations using LSTM, GRU

Run locally

IF YOU HAVE HEROKU:

  • heroku local IF NOT:

  • gunicorn -k eventlet -w 1 app:app --log-file=-

  • in your browser, navigate to localhost:5000

Deploy to heroku

  • git push heroku master
  • heroku open

Common Issues

If you run into a 'protocol not found' error, see if this stackoverflow answer helps.