phuntshoWangdi / Chess-piece-movement-tracker

keeps track of chess piece movement with help of deep learning.
1 stars 0 forks source link

Chess-piece-movement-tracker

Keeps track of chess piece movement with help of deep learning.

Demo: https://youtu.be/NJkBtBw-Dd0

Welcome to the Chess-piece-movement-tracker!

The project’s main goal was to detect movement of chess pieces. In order to achieve that I scan through each of the 64 spaces using deep learning model to find out if there is a chess piece in that space and then display the result on graphical interface. The deep learning model identifies if the space is empty or not.

Flow Chart

*After the transformation, it is divided into 64 images of size 75x75 and saved into a folder named ‘img’.

Deep Learing Model Architecture

This model was implemented and trained in MATLAB.