Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 651 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 651 Bytes

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: