Solving the game of Set with a camera
Start the application with:
python main.py
Note: use the above command in a virtualenv with python 3 or replace
python
withpython3
- ubuntu
- python3
Create a virtual environment with:
mkvirtualenv -p python3 <name of environment>
And start the environment with:
workon <name of environment>
Install dependencies with:
pip install -r requirements.txt