The model is provided, the data isnt.
-
Clone this repo:
git clone https://github.com/capy-on-caffeine/asl.git
-
(Optional) Create a virtual environment:
python -m venv env env\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the program:
To collect images, run (from root of the project):
asl collect
To start using the application right away, run:
asl predict
Optionally, add the asl.bat file to PATH variable to access this from anywhere ✨