Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 309 Bytes

TDT4173-project

Machine learning project in the NTNU course TDT4173

Setup

pip install poetry
export POETRY_VIRTUALENVS_IN_PROJECT=true
poetry init
poetry install