A modular Python framework for running chess matches and tournaments between:
- 🎲 Random bots
- 🧠 Stockfish (via RapidAPI)
- 🤖 Local HuggingFace language models
- ☁️ Remote LLMs (HF Inference API)
Designed for:
- ML assignments
- Agent evaluation
- Automated leaderboards
Clone the repo:
git clone https://github.com/bylinina/chess_exam.git
cd chess_exam
pip install -e .