├── Untitled-1.py ├── collect_image.py ├── create_dataset.py ├── data.pickle ├── demo.py ├── inferance_classifier.py ├── model.p └── train_classifer.py /Untitled-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AARICKWOLF/SIGN-LANGUAGE-RECOGNITON/HEAD/Untitled-1.py -------------------------------------------------------------------------------- /collect_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AARICKWOLF/SIGN-LANGUAGE-RECOGNITON/HEAD/collect_image.py -------------------------------------------------------------------------------- /create_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AARICKWOLF/SIGN-LANGUAGE-RECOGNITON/HEAD/create_dataset.py -------------------------------------------------------------------------------- /data.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AARICKWOLF/SIGN-LANGUAGE-RECOGNITON/HEAD/data.pickle -------------------------------------------------------------------------------- /demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AARICKWOLF/SIGN-LANGUAGE-RECOGNITON/HEAD/demo.py -------------------------------------------------------------------------------- /inferance_classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AARICKWOLF/SIGN-LANGUAGE-RECOGNITON/HEAD/inferance_classifier.py -------------------------------------------------------------------------------- /model.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AARICKWOLF/SIGN-LANGUAGE-RECOGNITON/HEAD/model.p -------------------------------------------------------------------------------- /train_classifer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AARICKWOLF/SIGN-LANGUAGE-RECOGNITON/HEAD/train_classifer.py --------------------------------------------------------------------------------