An open API service indexing awesome lists of open source software.

https://github.com/ianjure/rock-paper-scissors-opencv

Play against a computer in a rock-paper-scissors game using computer vision.
https://github.com/ianjure/rock-paper-scissors-opencv

computer-vision game opencv

Last synced: 2 months ago
JSON representation

Play against a computer in a rock-paper-scissors game using computer vision.

Awesome Lists containing this project

README

          

# Rock-Paper-Scissors Game
The goal of this project is to use OpenCV's functionalities to create a simple rock-paper-scissors game against a computer.

## Demo
https://github.com/user-attachments/assets/1bc5c65b-44c5-4620-a82a-46b68df82292

## Versions
* A Keras model trained in [Teachable Machine](https://teachablemachine.withgoogle.com/) using a custom dataset (appKeras.py).
* Using only the [CVZone](https://github.com/cvzone/cvzone) Hand Tracking Module (appCVZone.py).


**This project is inspired by:** [Easy Hand Sign Detection](https://youtu.be/wa2ARoUUdU8?si=vYIML_ztg0kArE73)