No description
- Python 100%
| .claude | ||
| games | ||
| .gitignore | ||
| analyze_losses_vs_higher.py | ||
| chess-commentator.zip | ||
| CLAUDE.md | ||
| elo_performance.py | ||
| opening_analysis.py | ||
| README.md | ||
| requirements.txt | ||
| split_games.py | ||
| stockfish_analysis.py | ||
| URL-to-consider | ||
Chess-Analysis
Analyze chess games of hevisko using Stockfish and AI workflows.
Setup
# Install Stockfish
brew install stockfish
# Create venv and install dependencies
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Usage
Place PGN files in games/ directory for analysis.
Dependencies
- Stockfish 18 (chess engine)
- python-chess 1.11.2 (PGN parsing + UCI interface)