For the brazilian portuguese README, click here 🇧🇷.
Package for interacting with Neomaril, a tool for deploying ML models.
pip install neomaril-codex
Check the documentation page for more information.
There's also some example notebooks.
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/*