Skip to content

graspergazon/SetSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SetSolver

Solving the game of Set with a camera

Quickstart

Start the application with:

python main.py

Note: use the above command in a virtualenv with python 3 or replace python with python3

Prerequisites

  • ubuntu
  • python3

Setup

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

About

Solving the game of Set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages