https://github.com/aadrianleo/ai-rock-paper-scissor-with-hand-gesture
AI Rock Paper Scissor with hand gesture is an AI based python project in which you can detect hand and fingers and with the help of your fingers co-ordinates you can figure out if it is an rock, paper or scissor sign with the help of this you can play this game with the AI where the AI plays with the player and the scores are given as per who wins the game. you an start the game by pressing ' s ' on the keyboard per time you play.
https://github.com/aadrianleo/ai-rock-paper-scissor-with-hand-gesture
ai cvzone handgesture handgesture-recognition handgesture-recognizer mediapipe mediapipe-hands python python-game python3 stone-paper-scissors
Last synced: 7 days ago
JSON representation
AI Rock Paper Scissor with hand gesture is an AI based python project in which you can detect hand and fingers and with the help of your fingers co-ordinates you can figure out if it is an rock, paper or scissor sign with the help of this you can play this game with the AI where the AI plays with the player and the scores are given as per who wins the game. you an start the game by pressing ' s ' on the keyboard per time you play.
- Host: GitHub
- URL: https://github.com/aadrianleo/ai-rock-paper-scissor-with-hand-gesture
- Owner: AadrianLeo
- Created: 2022-07-06T13:59:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T14:24:19.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T01:40:48.075Z (2 months ago)
- Topics: ai, cvzone, handgesture, handgesture-recognition, handgesture-recognizer, mediapipe, mediapipe-hands, python, python-game, python3, stone-paper-scissors
- Language: Python
- Homepage: https://github.com/AadrianLeo/AI-Rock-Paper-Scissor-with-hand-gesture/tree/main
- Size: 148 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Rock Paper Scissor with hand gesture

#
# IntroductionAI Rock Paper Scissor with hand gesture is an AI based python project in which
you can detect hand and fingers and with the help of your fingers co-ordinates you can figure out if it is an rock,
paper or scissor sign with the help of this you can play this game with the
AI where the AI plays with the player and the scores are given as per who wins the game. you an start the game by pressing ' s ' on the keyboard per time you play.### `python3.8 recommended you can try other version too`
```bash
pip install mediapipe
# and
pip install time
# and
pip install math
# and
pip install numpy
# and
pip install cvzone
# and if any error showed try downgrading
pip uninstall protobuf
pip install protobuf==3.2.0
```