My personal little ML engineering library.
GitHub repo: https://github.com/rsundqvist/rics.git
Documentation: https://rics.readthedocs.io
Free software: MIT
Assumes a “modern” version of Ubuntu (I use Ubuntu 20.04.2 LTS) with basic dependencies installed.
To get started, run the following commands:
Installing Poetry and Invoke
curl -sSL https://install.python-poetry.org/ | python -
pip install invoke
Installing the project
git clone git@github.com:rsundqvist/rics.git
cd rics
poetry install -E translation -E plotting
Install commit hooks (optional)
inv install-hooks
Verify installation (optional)
./run-invocations.sh
This package was created with Cookiecutter and the fedejaure/cookiecutter-modern-pypackage project template.