Skip to content

DarkMortal/Chess-FEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors