Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.19 KB

Lichess - Annotated chess games analysis

GitHub license Author Author

Note

This project is part of a study and is still in development.

📚 Setup

Get the dataset on Kaggle and put it in the data folder.

git clone
cd lichess

mkdir data
unzip data/lichess-september-2020-data.zip -d data

Install the dependencies.

pip install -r requirements.txt

🚀 Analysis

analysis.ipynb contains the analysis of the dataset. This analysis is driven by the original author publication.