Skip to content

datarisk-io/mlops-neomaril-codex

Repository files navigation

Neomaril Codex

For the brazilian portuguese README, click here 🇧🇷.

About

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

Getting started

Install

  pip install neomaril-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

Publish to Pypi

  python setup.py sdist
  twine upload --repository neomaril-codex dist/*