My playground for machine learning tests.
Be aware that most of the code is not complete and might not work as expected.
This is a mono-repository. Each sub-directory represents a specific project to try out different tools/techniques.
poetry
is used to manage the dependencies.
To install poetry
and the project dependencies, enter the sub-directory of interest and run
$ make deps
Make sure you activate the correct environment before executing any script/notebook.
$ poetry shell
Alternatively, run everything prefixing with poetry run
.