Skip to content

基于tensorflow的手势识别,原码是对国外一位大佬的中国化改进

License

Notifications You must be signed in to change notification settings

bug0306/Sign-language-recognition-based-on-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于TensorFlow的手语识别

This python program is a translator between sign language and english and chinese. Currently only recognizes letters and converts letter by letter.It is currently possible to convert voice into gestures, but the conversion of gestures to voice needs to be improved. Run main.py for the UI and each of the individeual files for other reasons.

Prerequisites

  • OpenCV for python - Image processing module. Install by pip install opencv-python
  • SpeechRecognition - Voice recognition using Google's APIs. Install by pip install SpeechRecognition
  • PyQt4 - Qt ported to python. Download the .whl here https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4 and install by pip.
  • SpeechRecognition - Uses google's APIs to detect speech
  • PyAudio - provides Python bindings for PortAudio
  • Tensorflow - Machine Learning module for python
  • Numpy - Linear algebra for python
  • Python 3.X.X - Most python3 versions should work. Install here https://www.python.org/downloads/

Files

  • speech_sign.py - Converts Speech to Sign Language
  • sign_english.py - Converts Sign Language to English
  • main.py - Main UI and file to run

About

基于tensorflow的手势识别,原码是对国外一位大佬的中国化改进

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages