https://github.com/mtdamir/guess-which-hand
This is a guess-which-hand game that guesses which hand the ball is in and identifies it
https://github.com/mtdamir/guess-which-hand
opencv python3
Last synced: 2 months ago
JSON representation
This is a guess-which-hand game that guesses which hand the ball is in and identifies it
- Host: GitHub
- URL: https://github.com/mtdamir/guess-which-hand
- Owner: mtdamir
- Created: 2024-03-10T15:35:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T15:42:18.000Z (over 2 years ago)
- Last Synced: 2025-06-15T03:39:44.654Z (about 1 year ago)
- Topics: opencv, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
first, you should create your virtualenv
After that, you should install the dependency
```bash
pip3 install -r requirements.txt
```