Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 761 Bytes

File metadata and controls

11 lines (11 loc) · 761 Bytes

SignLanguageTranslationSystem

How to run:

  1. Clone the project using the following command git clone https://github.com/Firebolt/SignLanguageTranslationSystem.git
  2. Download dataset from here and put it in project directory
  3. Change directory into the project in terminal
  4. Ensure that you have python3.7 installed
  5. Create a virtual environment python3.7 -m venv venv
  6. Run source venv/bin/activate (venv\Scripts\activate.bat for Windows) to enter the environment
  7. Run pip install -r requirements.txt to install the dependencies
  8. Start Jupyter Notebooks, set environment to venv, run all cells in order