This program is a Python script that uses your device's webcam to detect hand gestures and show the name of the gesture the user is performing. This is ideal for people with hearing or speech-related issues as they can perform simple hand gestures, which the program can detect and show as text to others, and vice-versa.
Python >=3.11
Pip modules: opencv-python and mediapipe (tensorflow can also be used if you have a dedicated graphics card)
Hand raised gesture
Fist gesture
Palm gesture
✅ Fedora Workstation 40
✅ Microsoft Windows 11
This code was made with my other teammates, Aditya Atre and Pallavi Patra as the project for our subject 18CSC305J- Artificial Intelligence, and is open sourced under the GNU GPL License.