Skip to content

VectorInstitute/aieng-template

Repository files navigation

AI Engineering template


code checks integration tests docs codecov license

A template repo for AI Engineering projects (using python)

🧑🏿‍💻 Developing

Installing dependencies

The development environment can be set up using poetry. Hence, make sure it is installed and then run:

python3 -m poetry install
source $(poetry env info --path)/bin/activate

In order to install dependencies for testing (codestyle, unit tests, integration tests), run:

python3 -m poetry install --with test