Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 689 Bytes

readme.md

File metadata and controls

24 lines (18 loc) · 689 Bytes

Datasets used: https://www.kaggle.com/datasets/grassknoted/asl-alphabet

Setup instructions:

  • Clone repository from github

  • Extract repository contents

  • Open a terminal in the root of the extracted folder

  • Python version needed 3.10.x or lower

  • Ensure a camera is connected

  • Run the following two commands in the terminal:

    • Create a virtual environment (optional but recommended): python -m venv venv

    • Run the virtual environment source venv/bin/activate - if you have Linux/Mac venv\Scripts\activate - if you have Windows

    • Install the required packages pip install -r requirements.txt

    • Run the model python model_runner.py