this is a project prepared as a part of undergraduate computer science course ai fundamentals on mini wut faculty
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
)
the model should be trained on chess database with evaluations
jupyter notebook not yet included
following external assets and resources were used in this project: