- Clone or download the git repository.
$ git clone https://github.com/darshitpurohit101/Gesture-Recognition-.git
- Create and activate a virtual environment:
$ virtualenv venv $ source venv/bin/activate
- Install the requirements inside the app folder
$ pip install -r requirements.txt
- The first execution will create automatically a log file where the we track our system.
- go to offline_app folder and run client_gui_for_local_runing.py file then you will see the GUI with text box where the captured lettered will be showed and when you click on listen the app will convert the predected sentence to speech.
- run the local_server.py file in the folder server_client_app\server on port 5000
- run the client_gui_for_local_runing.py file form the folder server_client_app\client that will show you the GUI
- upload server_client_app/server folder to the server and run the backend_server.py file.