This is a template for organizing an AI project repository.
Activate the virtual environment by poetry:
source $(poetry env info --path)/bin/activateReplace REPLACE_WITH_YOUR_NAME and REPLACE_WITH_YOUR_EMAIL with your name in the following files:
pyproject.toml.devcontainer/devcontainer.json
Replace REPLACE_WITH_YOUR_NAME with your project name in the following folder:
src/REPLACE_WITH_YOUR_NAME
Or run the script setup.sh to do this automatically:
- Replace the placeholders in the files.
.scripts/setup.sh- Install the dependencies:
.scripts/install.sh- Rebuild and open the devcontainer