Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 476 Bytes

File metadata and controls

7 lines (7 loc) · 476 Bytes

Rock-Paper-Scissors-Game

Rock, Paper, Scissors Game using CNN and OpenCV Dataset link-https://www.kaggle.com/drgfreeman/rockpaperscissors

Description:

  • Data Augmentation was performed to increase the size of the dataset.
  • On not getting desired results on deploying the Application in real life, it was decided to detect edges of the palms to feed into the CNN instead of directly feeding the image.
  • This new model provides satisfactory results for the problem.