A Real time sign language detection app with Tensorflow and React.js
Checkout the process of creating this project in This Blog Post
-
Install the latest version of anaconda.
-
Then install Protoc 3.13 from here. For windows, download the repository and then add it to your PATH file.
-
Then install python packages using the pip command:
Tensorflow: 2.3.1 -
pip install tensorflow==2.3.1
OpenCV: 4.4.0 -
pip install tensorflow==4.4.0
Make sure to also download the object-detection files before running on your computer.