works without pygame, where not needed
[imago.git] / README.md
1 # Imago Go Image Recognition
2
3 ## Requirements
4
5 - Python 2.7 (including dev)
6 - PIL
7 - pygame
8 - openCV (if you want to use a camera, otherwise not needed)
9 - for documentation:
10     - sphinx
11     - sphinx-argparse
12
13 ## Installation
14
15 Run `make install` in this directory.
16
17 ## Usage
18
19 Run `./imago image.jpg` to extract game position from image.jpg.
20 Run `./imago -m image.jpg` to manually select grid position.
21 Run `./imago image000.jpg image001.jpg image002.jpg ...` to produce a game record from a sequence of images, one for every move. Use `-S` option to select SGF output. 
22 Run "./imago --help" for help and list of all options.
23