This code trains and runs a model to recognise hand signs
to train you first need to label the data. First install requirements with pip install -r requirements.txt
Then run python label_data.py
to label the data.
Then run python train_model.py
to train the model.
To run the model run python inference.py