diff --git a/README.md b/README.md index 1ec12a0415ac20ab6d12a18b484578177627fd5d..f44070d7712da96112090f48eec47c2be03bc120 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # UI using Gesture Recognition -By using Gesture Recognition and Fingertip Detection model, we propose an input application and algorithm that can be practically used by overcoming the limitations of the learned keypoints. \ No newline at end of file +By using Gesture Recognition and Fingertip Detection model, we propose an input application and algorithm that can be practically used by overcoming the limitations of the learned keypoints. + +The following model was used in the study. The model is a unified CNN algorithm that simultaneously performs hand gesture recognition and fingertip detection. +https://github.com/MahmudulAlam/Unified-Gesture-and-Fingertip-Detection + +How to use this study +1) Go to the model's github and download it according to the instructions. +2) Download actgui.py, realTime.py, and realtimeUI.py of this study and put it in the location of real-time.py. +4) Execute realtimeUI.py.