all code can be run from main.py. See main method for thing that you are capabale of doing, note for the code to run you must have the proper data directories set up.
See ASL-Interpreter.pdf for writeup
Some run commands:
python3 main.py: runs driver program over all evaluation sets
python3 main.py video: starts video interpreter
python3 main.py word <filename>: translates word in given file
python3 main.py validator: runs validation search
python3 main.py preproc <in directory> <out directory>