Student: Nour Alassali
Course: INFOMTALC2026 – Midterm Assignment
This project implements a chess player that combines a transformer model with chess heuristics.
The player uses the following HuggingFace model: https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct
If loading this model fails, the player falls back to: https://huggingface.co/distilgpt2
Dependencies are listed in requirements.txt.
Main libraries used:
python-chesstorchtransformershuggingface-hub
Install with:
pip install -r requirements.txt