Skip to content

🎲 Application of Computer Vision to the classic game Rock-Paper-Scissors

License

Notifications You must be signed in to change notification settings

roma-glushko/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Recognition

Application of Computer Vision to the classic game Rock-Paper-Scissors. This repository includes dataset analysis and modeling part of the task.

The model will be deployed as a JavaScript application on my website.

Dataset: https://www.kaggle.com/frtgnn/rock-paper-scissor

Installation

poetry install
cd data
kaggle datasets download --unzip frtgnn/rock-paper-scissor

Modeling

The best scores I was able to achieve with the following configs:

  • Fully Freezed MobileNetV2 + RMSProp + L2Regularization(0.01) - ?
  • Fully Freezed MobileNetV2 + AdamW(weight_decay: 0.01) - ?

References

About

🎲 Application of Computer Vision to the classic game Rock-Paper-Scissors

Topics

Resources

License

Stars

Watchers

Forks

Languages