Notebook | Description | Notebook |
---|---|---|
Chess LLM Dataset | Create your own PGN dataset based on Lichess data and ELO scores. | |
Chess LLM Trainer | Train your own chess small language models on your datasets. |
To install the utility package, run the following command in the root directory of the repository:
pip install -e .
- Install GTK3 Runtime
- Add the bin path to chess_utils.py under os.add_dll_directory
- Download Stockfish from https://stockfishchess.org/download/
- Place the stockfish-windows-x86-64-avx2 under stockfish folder in main project