# Brittle Star ## Usage ### UV To set up the UV module, you can run the following command: ```bash uv sync --frozen ``` example command: ```bash uv run src/train.py --model_name my_model --epochs 50 --batch_size 32 ```