Skip to content

feat: Implement a classifier for rock, paper and scisssor gesture#1

Merged
Juliaj merged 8 commits intomainfrom
dev
Feb 5, 2026
Merged

feat: Implement a classifier for rock, paper and scisssor gesture#1
Juliaj merged 8 commits intomainfrom
dev

Conversation

@Juliaj
Copy link
Collaborator

@Juliaj Juliaj commented Feb 5, 2026

Main Changes

  • Data processing utilities: using MediaPipe framework to extract hand landmarks.
  • Model implementation: Added HandGestureClassifier using scikit-learn (RandomForestClassifier) to classify rock-paper-scissors gestures from hand landmarks.
  • Training and prediction scripts: Implemented train.py for end-to-end training and predict.py for inference on single image.

Testing

  • Unit tests added.

@Juliaj Juliaj merged commit c05652e into main Feb 5, 2026
1 check passed
@Juliaj Juliaj deleted the dev branch February 5, 2026 03:52
@Juliaj Juliaj changed the title feat: Implement a classifer for rock, paper and scisssor gesture feat: Implement a classifier for rock, paper and scisssor gesture Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant