Reference Document: Read more
Daily progress details: Daily progress
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>
Please run the following command:
uv run pytest
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
-
Install Ollama
-
Pull/Install the various LLMs e.g. deepseek.
-
Run the ollama server.
ollama serve