Skip to content

CalvoM/my-chess-style

Repository files navigation

My chess Style

codecov

References

Reference Document: Read more

Daily progress details: Daily progress

Getting started

Please install uv tool to manage the application following instructions from link

curl -LsSf https://astral.sh/uv/install.sh | sh

Install the dependencies using the following command:

uv add -r requirements.txt

Install the pre-commit hooks using the following command:

uv run pre-commit install

To run the django server, run and replace address:

uv run python manage.py runserver <address>

Run Tests

Please run the following command:

uv run pytest

Celery tasks

Run celery worker.

uv run celery -A my_chess_style worker --loglevel=info

Run the celery flower to inspect the tasks on a web interface.

uv run celery -A my_chess_style flower --port=5555

LLM Configuration

  1. Install Ollama

  2. Pull/Install the various LLMs e.g. deepseek.

  3. Run the ollama server.

ollama serve

About

An attempt to determine a player's chess playing style.

Resources

Stars

Watchers

Forks

Packages

No packages published