Give it a list of words, it'll give you an Anki flashcard deck with the word as a question and a video of the sign as the answer. It'll even find the video for you!
- First clone the repository and enter the folder:
git clone https://github.com/ji-mmyliu/asl-anki-generator.git
cd asl-anki-generator
- Install all the Python dependencies using Pip (feel free to activate a virtual environment):
python3 -m pip install -r requirements.txt
-
Clone
words.json.sample
intowords.json
and edit however you'd like. -
Generate the Anki deck using the following command:
python3 main.py
Enjoy! Feel free to submit an issue for any concerns or inquiries.