Skip to content

deep learning based chess engine and python app

Notifications You must be signed in to change notification settings

wolftender/ml-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project of ml chess

this is a project prepared as a part of undergraduate computer science course ai fundamentals on mini wut faculty

setting up project

fillowing libraries should be installed:

  • tensorflow 2.7.0 (pip install tensorflow)
  • numpy (pip install numpy)
  • python-chess (pip install chess)
  • pysdl2 (pip install pysdl2)

training

the model should be trained on chess database with evaluations

jupyter notebook not yet included

attributions

following external assets and resources were used in this project:

About

deep learning based chess engine and python app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages