The project is a web application that translates American Sign language and displays the prediction results as text to the user. The application also takes in real time data from the web camera and simultaneously provides the results. The sign captured is sent through the trained model to predict the nature of the sign.
Operating System Required is Ubuntu 16.04 or newer with the following dependencies:
-- Python 3.6.3
-- Django 2.0.3
-- Tensorflow 1.6.0
To run the application:
-clone the project
-open command prompt
-change to project directory
-run the command 'python3 manage.py runserver'
Open web browser (Google Chrome) and go type the URL 'http://127.0.0.1:8000/index'