Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.5 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.5 KB

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