A template for research projects using Python and UV package management.
- Set up environment:
uv venv
source .venv/bin/activate
uv sync- Run experiments:
python scripts/[your_script].pysrc/: Core implementation codeconfigs/: Experiment configurationsdata/: Datasetsscripts/: Experiment orchestrationdocs/: Documentation and logs
See CLAUDE.md for detailed project description.