/lets-build-mlsys

Github Repo for Let's build a ML System Blog Series

Primary LanguageJupyter Notebook

Let's bulid a MLSys series

Set up a new repo with Poetry.

How to start

Install these prerequisites:

  • Virtual environment with Python 3.9. You can choose to install Miniconda to choose which Python version to create a new virtual env with.
  • Poetry >= 1.8.3. Make sure Poetry use the correct Python executable from the above venv by running poetry env info.

Install packages

# This command will automatically install all packages specified in `poetry.lock` file.
poetry install