Code Monkey home page Code Monkey logo

openingexplorer's Introduction

OpeningExplorer

A Dash applications which enables to search for a Chess.com usernames and get the positions where the player has the worst win rate in order to spot areas of improvement for opening training.

Alt text

Setup

Inside the repo create a data folder by running the following command in your terminal:

mkdir data

If poetry (a python dependencies solver) is not installed on your system, you should run:

pip install poetry

Then you can setup your environment by running:

poetry install

This will install all the dependencies in a virtualenvironment manage by poetry.

Run Dash App

Run from the root of the repo :

poetry run python src/app.py

Then go to the port http://127.0.0.1:8050/ to try the app! Once you submit a player name, if the csv containing his games is not already present in the data folder it will be constructed from the Fetcher class which can take some time. But once it is done, when querying the same username it is faster.

Unit testing

To run unit tests:

poetry run pytest

openingexplorer's People

Contributors

marc-dlf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.