Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 339 Bytes

hand sign detector

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