chessboard2fen
chessboard2fen copied to clipboard
Converting real images of a chessboard to FEN codes.
Hi, not sure if this is still a side project or not. I'm trying to build a little bot that will let me play an over-the-board game with chess.com bots...
Below is what I tried: ``` $ python --version Python 3.11.2 $ git clone https://github.com/aelmiger/chessboard2fen.git $ python3 -m venv .venv $ source .venv/bin/activate (.venv) $ pip install -r requirements.txt ```...
The following lines are the warning messages i get: 2023-06-09 16:07:46.235447: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found 2023-06-09 16:07:46.235565: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart...