Skip to content

Chess-Vision-Connect uses YOLO models and the Stockfish engine to analyze chessboard images, output FEN notation, and highlight suggested moves, blending AI with chess strategy.

License

Notifications You must be signed in to change notification settings

mouadenna/Chess-Vision-Connect

Repository files navigation

Chess-Vision-Connect

Introduction

During my journey in deep learning, I've been searching for a project that not only enhances my skills but also let me feel motivated to work on. That's when the idea of Chess-Vision-Connect emerged.

How Does It Work?

Chess-Vision-Connect Output

First, I uploaded the YOLO models I used, which are YOLOv8s for chess pieces detection and YOLOv8n for detecting corners. I made a concerted effort to balance performance and speed, ensuring these models are among the best available. You can access these models on Kaggle from this link. Additionally, I utilized the Stockfish engine to evaluate chess positions. You can download it from the official website here. However, please note that you should not run the notebook on a cloud environment, as I have already tried and my kaggle account got banned due to the Stockfish executable file.

Furthermore, if you happen to have the same chess board as mine, it would be great.

The main pipeline of the project involves processing a chessboard image to extract game state details. It begins by resizing and aligning the image properly. Then, it detects chess pieces, transforms their positions, and generates a board state representation, as a FEN format. it infers a move and highlights it on the board.

The entire process is shown in the figure below:

Full Process

Project Duration

This project has been a significant investment of my time, taking about two months to complete. Although it presented its challenges, the experience I gained was incredibly valuable, helping me to delve deeper into the vast realms of deep learning, computer vision, and the fascinating game of chess.

About

Chess-Vision-Connect uses YOLO models and the Stockfish engine to analyze chessboard images, output FEN notation, and highlight suggested moves, blending AI with chess strategy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published