fusion-flow / aphasia-chatbot

0 stars 0 forks source link

Gesture recognition #1

Open AwesomeNipun opened 11 months ago

AwesomeNipun commented 11 months ago

This is to try out the gesture recognition for the user input.

AwesomeNipun commented 11 months ago

Update:

Gesture recognition can be done using MediaPipe gesture recognizer. https://developers.google.com/mediapipe/solutions/vision/gesture_recognizer/python

There are methods of implementing the number count. Will have to try them out to find the best fit.

AwesomeNipun commented 11 months ago

Update:

By creating a custom model, I was able to detect numbers from 1 to 5. The code will be extended to support numbers from 1 to 10.