Skip to content

datarisk-io/mlops_codex

Repository files navigation

MLOps Codex

For the brazilian portuguese README, click here 🇧🇷.

About

Package for interacting with MLOps, a tool for deploying ML models.

Getting started

Install

  pip install datarisk-mlops-codex

How to use

Check the documentation page for more information.

There's also some example notebooks.

For developers

Install pipenv

  pip install pipenv

Install the package enviroment

  pipenv update --dev
  pipenv shell