Haxaw: Haxaw is the Neural Network based chess engine made with Python and Tensorflow/Keras. Also uses the python-chess library. Currently very bad and slow. (WIP: Needs major speed and evaluation upgrades)
Diagonal: Diagonal is the GUI written with pygame. Currently you can play games as white against Haxaw.
git clone https://github.com/BhachawatSaransh/Haxaw-Chess.git
cd Haxaw-Chess
pip3 install -r requirements.txt
python3 -m Diagonal.play
Read more about the Haxaw engine here.