This is a simple online AI chess engine/interface created using flask
This In order to run this application on your own machine,
first intall all python and pip then
Install flask by running:
pip install flask
Install python chess by running:
pip install python-chess
run the server by python flask_app.py