WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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
    
  • Run tests

    python3 tests.py
    

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.

Note: CNN's are prone to over-fitting so results might be inaccurate.


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