Skip to content

Chess engine using machine learning methods. The algorithm is used in a web application that allows the user to play the game with the engine.

Notifications You must be signed in to change notification settings

alanczyzewski/Chess-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Engine (Django)

Chess engine using machine learning methods. The algorithm is used in a web application that allows the user to play the game with the engine.

Run

To run this project go to chess_engine_project/ directory and run the following command:

python manage.py runserver

This command would start the server at http://127.0.0.1:8000/

Used python packages

  • tensorflow==2.4.1
  • chess==1.6.1
  • numpy==1.20.3
  • matplotlib==3.3.2
  • Django==3.2
  • dataclasses==0.8
  • pygame==2.0.1
  • scikit_learn==0.24.2

Used js libraries

Authors

  • Alan Czyżewski
  • Grzegorz Kaszuba

About

Chess engine using machine learning methods. The algorithm is used in a web application that allows the user to play the game with the engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published