- AI assist
- Chessboard to fen
- clone this repository
- download stockfish https://stockfishchess.org/download/
# user_interface/interface.py
# change here
sf = Stockfish(
path='<stockfish path>')
position = Position('captured image save path')
-
run interface.py
-
click left position and press '`' to save chessboard top left position
-
click right position and pres '`' to save chessboard bottom right position
-
if detected fen is not correct, click reset position and try again
-
click capture to see best move and centipawn which is suggested from AI