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