Skip to content

Generate a dataset of chessboard images that will be used to train an image recognition AI

Notifications You must be signed in to change notification settings

CS-Journeys/image-dataset-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Dataset Generator

Generate a dataset of chessboard images that will be used to train an image recognition AI.

Project structure

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

Usage

  1. Install Python 3
  2. Install the required libraries

pip install -r requirements.txt

  1. Run any of the unit testers under testing/.

Note: currently, the only tester is tester_board_scrambler.py

Examples

Chessboard in starting position and example scrambled position respectively.

About

Generate a dataset of chessboard images that will be used to train an image recognition AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages