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/Macvenv\Scripts\activate
- if you have Windows -
Install the required packages
pip install -r requirements.txt
-
Run the model
python model_runner.py
-