Generate a dataset of chessboard images that will be used to train an image recognition AI.
src/ <-- source code files (.py)
res/ <-- resource files (images, text files, etc.)
testing/ <-- unit testing files (.py)
.gitignore <-- git stuff that you can ignore. Shocker
- Install Python 3
- Install the required libraries
pip install -r requirements.txt
- Run any of the unit testers under
testing/.
Note: currently, the only tester is tester_board_scrambler.py
Chessboard in starting position and example scrambled position respectively.

