THE IDEA
Project overview
A real-time Rock Paper Scissor game against an AI opponent. Python, TensorFlow, OpenCV, and MediaPipe connect hand gesture recognition with a Tkinter desktop interface.
What it does
- Recognize hand gestures from a live camera feed.
- Play against an AI-powered opponent.
- Keep the game modular with an object-oriented architecture.