Skip to content

DarkMortal/Chess-FEN

Repository files navigation

FEN Notation Generator

Setup

  • Command to create a virtual-environment in python

    python3 -m venv myenv
    
  • Command to activate the virtual-environment in python

    source myenv/bin/activate
    
  • Install dependencies

    pip3 install -r requirements.txt
    

Creating the dataset

  • Run the Extraction Script.py file to create images if individual pieces.
  • Run the Flat Folder.py file to generate flattened dataset, i.e, images are organised in sub-folders based on their categories.

TODO: Chess-board edge-detection algorithm still not working properly. Need to fix that.


About

A simple, easy-to-use webapp to generate FEN notation from a chess-game board image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published