- Analyze chess positions using Stockfish
- Generate comprehensive game reports(coming soon)
- API-enabled for easy integration
- Supports FEN (Forsyth-Edwards Notation) analysis
-
Install Dependencies:
python -m venv venv source venv/bin/activate # On Unix/macOS .\venv\Scripts\activate # On Windows pip install -r requirements.txt
-
Download Stockfish:
- Download from Stockfish website
- Place
stockfish.exe
in the project root
The Chess Game Review Engine provides a flexible API for chess position analysis Do a post request with a pgn:
localhost:5000/review_game
- Position analysis with detailed evaluations
- Move recommendations
- Game summary generation
- Flexible integration options
- Improve performance
- Add features
- Submit bug reports
MIT License - see LICENSE file for details.