├── App.py ├── HandMain.py ├── HandModel.py ├── data.pickle ├── gesture.names ├── keypoint_classifier_new.h5 └── sign.png /App.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harikishore-Official/Sign-Language-Prediction/HEAD/App.py -------------------------------------------------------------------------------- /HandMain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harikishore-Official/Sign-Language-Prediction/HEAD/HandMain.py -------------------------------------------------------------------------------- /HandModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harikishore-Official/Sign-Language-Prediction/HEAD/HandModel.py -------------------------------------------------------------------------------- /data.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harikishore-Official/Sign-Language-Prediction/HEAD/data.pickle -------------------------------------------------------------------------------- /gesture.names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harikishore-Official/Sign-Language-Prediction/HEAD/gesture.names -------------------------------------------------------------------------------- /keypoint_classifier_new.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harikishore-Official/Sign-Language-Prediction/HEAD/keypoint_classifier_new.h5 -------------------------------------------------------------------------------- /sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Harikishore-Official/Sign-Language-Prediction/HEAD/sign.png --------------------------------------------------------------------------------