5 Forks
59 Stars
59 Watchers

ChessBoardScanner

Java based Chess Board Scanner, which converts 2D chess board image into a machine readable format a.k.a. Forsyth–Edwards Notation (FEN). It uses OpenCV and Deeplearning4j frameworks, complemented with some proprietary algorithms implemented for realizing the goal. It currently supports the chess board and pieces sets of the most common online chess platforms chess.com and lichess.org.

How to download and setup ChessBoardScanner

Open terminal and run command
git clone https://github.com/bagaturchess/ChessBoardScanner.git
git clone is used to create a copy or clone of ChessBoardScanner repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with ChessBoardScanner https://github.com/bagaturchess/ChessBoardScanner/archive/master.zip

Or simply clone ChessBoardScanner with SSH
[email protected]:bagaturchess/ChessBoardScanner.git

If you have some problems with ChessBoardScanner

You may open issue on ChessBoardScanner support forum (system) here: https://github.com/bagaturchess/ChessBoardScanner/issues