| --- |
| license: cc0-1.0 |
| task_categories: |
| - reinforcement-learning |
| - tabular-classification |
| language: |
| - en |
| tags: |
| - chess |
| - opening |
| - statistics |
| - game-ai |
| size_categories: |
| - 100K<n<1M |
| pretty_name: ChessMate Opening Statistics v1.0 |
| --- |
| |
| # ♟️ ChessMate AI - Opening Statistics Database (v1.0) |
|
|
| <div align="center"> |
|
|
|  |
| [](http://creativecommons.org/publicdomain/zero/1.0/) |
|  |
|  |
|
|
| [**Live Explorer**](https://chessmate-engine.onrender.com) • [**GitHub Repository**](https://github.com/Rafsan1711/Chessmate-Engine) |
|
|
| </div> |
|
|
| ## 📖 Dataset Description |
|
|
| This dataset is the initial version of the ChessMate AI opening statistics. It contains aggregated opening statistics derived from over **100,000 Lichess games**. This smaller dataset was used for the initial proof-of-concept and backend memory optimization (v1.5). |
|
|
| - **Source:** Lichess Standard Rated Games (Feb 2016). |
| - **Format:** SQLite Database (`.db`). |
| - **Optimization:** Indexed by FEN for fast lookup. |
|
|
| ## 📂 File Structure |
|
|
| The main file is `chess_stats.db`. |
|
|
| ### Table: `positions` |
|
|
| | Column | Type | Description | |
| |--------|------|-------------| |
| | `fen` | TEXT (PK) | The board position in FEN format. | |
| | `stats` | TEXT | JSON string containing move counts and win rates. | |
|
|
|
|
| --- |
| <div align="center"> |
| <p>Curated by <a href="https://github.com/GambitFlow">GambitFlow</a></p> |
| </div> |