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

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

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
```