This is a template for an academic AI research project.
configs/: YAML configs for experiment trackingdata/: Folder structure for raw and processed datasetsnotebooks/: Jupyter notebooks for analysis and prototypingpaper/: LaTeX source for the accompanying research paperscripts/: Shell scripts to run training/evaluationsrc/: Core Python modulestests/: Unit and integration tests
# Install dependencies
pip install -r requirements.txt
# Run training
bash scripts/train.sh